#33A062

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

Shades of Eucalyptus #33A062

Tints of Eucalyptus #33A062

Color information

#33A062 (or 0x33A062) is unknown color: approx Eucalyptus. HEX triplet: 33, A0 and 62. RGB value is (51,160,98). Sum of RGB (Red+Green+Blue) = 51+160+98=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #33A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A062 is #CC5F9D. Grayscale: #787878. Windows color (decimal): -13393822 or 6463539. OLE color: 6463539.

HSL color Cylindrical-coordinate representation of color #33A062: hue angle of 145.87º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A062 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB5116098-
CMYK0.6800.390.37
HSL145.87º51.66%41.37%-
HSV(B)145.87º68.12%62.75%-
XYZ16.1426.7315.86-
YUV120.34115.3978.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=16.50%
G=51.78%
B=31.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51160980.6800.390.37145.8751.6641.37
Hex33A0624402725923429
Octal63240142104047452226451
Binary1100111010000011000101000100010011110010110010010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A062; }

 p { color: rgb(51,160,98); }

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

<style>
 a { background-color: #33A062; }

 a { background-color: rgb(51,160,98); }

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

<style>
 span { border-color: #33A062; }

 span { border-color: rgb(51,160,98); }

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