#33985F

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

Shades of Eucalyptus #33985F

Tints of Eucalyptus #33985F

Color information

#33985F (or 0x33985F) is unknown color: approx Eucalyptus. HEX triplet: 33, 98 and 5F. RGB value is (51,152,95). Sum of RGB (Red+Green+Blue) = 51+152+95=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #33985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33985F is #CC67A0. Grayscale: #737373. Windows color (decimal): -13395873 or 6264883. OLE color: 6264883.

HSL color Cylindrical-coordinate representation of color #33985F: hue angle of 146.14º 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 #33985F is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB5115295-
CMYK0.6600.380.40
HSL146.14º49.75%39.8%-
HSV(B)146.14º66.45%59.61%-
XYZ14.6623.9914.68-
YUV115.3116.5482.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=17.11%
G=51.01%
B=31.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51152950.6600.380.40146.1449.7539.8
Hex33985F4202628923228
Octal63230137102046502226250
Binary1100111001100010111111000010010011010100010010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33985F; }

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

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

<style>
 a { background-color: #33985F; }

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

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

<style>
 span { border-color: #33985F; }

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

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