#33986C

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

Shades of Eucalyptus #33986C

Tints of Eucalyptus #33986C

Color information

#33986C (or 0x33986C) is unknown color: approx Eucalyptus. HEX triplet: 33, 98 and 6C. RGB value is (51,152,108). Sum of RGB (Red+Green+Blue) = 51+152+108=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #33986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33986C is #CC6793. Grayscale: #747474. Windows color (decimal): -13395860 or 7116851. OLE color: 7116851.

HSL color Cylindrical-coordinate representation of color #33986C: hue angle of 153.86º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33986C is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB51152108-
CMYK0.6600.290.40
HSL153.86º49.75%39.8%-
HSV(B)153.86º66.45%59.61%-
XYZ15.324.2418.06-
YUV116.78123.0481.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=16.40%
G=48.87%
B=34.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511521080.6600.290.40153.8649.7539.8
Hex33986C4201D289a3228
Octal63230154102035502326250
Binary110011100110001101100100001001110110100010011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33986C; }

 p { color: rgb(51,152,108); }

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

<style>
 a { background-color: #33986C; }

 a { background-color: rgb(51,152,108); }

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

<style>
 span { border-color: #33986C; }

 span { border-color: rgb(51,152,108); }

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