#33A45F

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

Shades of Eucalyptus #33A45F

Tints of Eucalyptus #33A45F

Color information

#33A45F (or 0x33A45F) is unknown color: approx Eucalyptus. HEX triplet: 33, A4 and 5F. RGB value is (51,164,95). Sum of RGB (Red+Green+Blue) = 51+164+95=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #33A45F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A45F is #CC5BA0. Grayscale: #7A7A7A. Windows color (decimal): -13392801 or 6267955. OLE color: 6267955.

HSL color Cylindrical-coordinate representation of color #33A45F: hue angle of 143.36º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A45F is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB5116495-
CMYK0.6900.420.36
HSL143.36º52.56%42.16%-
HSV(B)143.36º68.9%64.31%-
XYZ16.7128.0815.37-
YUV122.35112.5677.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=16.45%
G=52.90%
B=30.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51164950.6900.420.36143.3652.5642.16
Hex33A45F4502A248f352a
Octal63244137105052442176552
Binary1100111010010010111111000101010101010010010001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,164,95); }

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

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

 a { background-color: rgb(51,164,95); }

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

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

 span { border-color: rgb(51,164,95); }

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