#33965A

Color #33965A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #33965A

Tints of Eucalyptus #33965A

Color information

#33965A (or 0x33965A) is unknown color: approx Eucalyptus. HEX triplet: 33, 96 and 5A. RGB value is (51,150,90). Sum of RGB (Red+Green+Blue) = 51+150+90=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #33965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33965A is #CC69A5. Grayscale: #717171. Windows color (decimal): -13396390 or 5936691. OLE color: 5936691.

HSL color Cylindrical-coordinate representation of color #33965A: hue angle of 143.64º 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 #33965A is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB5115090-
CMYK0.6600.40.41
HSL143.64º49.25%39.41%-
HSV(B)143.64º66%58.82%-
XYZ14.1223.2513.42-
YUV113.56114.783.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=17.53%
G=51.55%
B=30.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51150900.6600.40.41143.6449.2539.41
Hex33965A4202829903127
Octal63226132102050512206147
Binary1100111001011010110101000010010100010100110010000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33965A; }

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

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

<style>
 a { background-color: #33965A; }

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

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

<style>
 span { border-color: #33965A; }

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

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