#33963D

Color #33963D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #33963D

Tints of Fruit Salad #33963D

Color information

#33963D (or 0x33963D) is unknown color: approx Fruit Salad. HEX triplet: 33, 96 and 3D. RGB value is (51,150,61). Sum of RGB (Red+Green+Blue) = 51+150+61=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #33963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33963D is #CC69C2. Grayscale: #6E6E6E. Windows color (decimal): -13396419 or 4036147. OLE color: 4036147.

HSL color Cylindrical-coordinate representation of color #33963D: hue angle of 126.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33963D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB5115061-
CMYK0.6600.590.41
HSL126.06º49.25%39.41%-
HSV(B)126.06º66%58.82%-
XYZ13.1122.858.13-
YUV110.25100.285.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 19.47%
GREEN value IS 150 (58.98% from 255) = 57.25%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=19.47%
G=57.25%
B=23.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51150610.6600.590.41126.0649.2539.41
Hex33963D4203B297e3127
Octal6322675102073511766147
Binary11001110010110111101100001001110111010011111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33963D; }

 p { color: rgb(51,150,61); }

 H1.HeaderClassName
 {
   color: #33963D;
 }
 .AnyTagClassName
 {
   color: #33963D;
 }
</style>
background-color css

<style>
 a { background-color: #33963D; }

 a { background-color: rgb(51,150,61); }

 div.DivClassName
 {
   background-color: #33963D;
 }
 .BgClassName
 {
   background-color: #33963D;
 }
</style>
border-color css

<style>
 span { border-color: #33963D; }

 span { border-color: rgb(51,150,61); }

 td.TdClassName
 {
   border-color: #33963D;
 }
 .TagClassName
 {
   border-color: #33963D;
 }
</style>