#33A064

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

Shades of Eucalyptus #33A064

Tints of Eucalyptus #33A064

Color information

#33A064 (or 0x33A064) is unknown color: approx Eucalyptus. HEX triplet: 33, A0 and 64. RGB value is (51,160,100). Sum of RGB (Red+Green+Blue) = 51+160+100=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #33A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A064 is #CC5F9B. Grayscale: #787878. Windows color (decimal): -13393820 or 6594611. OLE color: 6594611.

HSL color Cylindrical-coordinate representation of color #33A064: hue angle of 146.97º 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 #33A064 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB51160100-
CMYK0.6800.380.37
HSL146.97º51.66%41.37%-
HSV(B)146.97º68.12%62.75%-
XYZ16.2426.7716.37-
YUV120.57116.3978.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=16.40%
G=51.45%
B=32.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal511601000.6800.380.37146.9751.6641.37
Hex33A0644402625933429
Octal63240144104046452236451
Binary1100111010000011001001000100010011010010110010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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