#33985E

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

Shades of Eucalyptus #33985E

Tints of Eucalyptus #33985E

Color information

#33985E (or 0x33985E) is unknown color: approx Eucalyptus. HEX triplet: 33, 98 and 5E. RGB value is (51,152,94). Sum of RGB (Red+Green+Blue) = 51+152+94=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #33985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33985E is #CC67A1. Grayscale: #737373. Windows color (decimal): -13395874 or 6199347. OLE color: 6199347.

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

Color convert

RGB5115294-
CMYK0.6600.380.40
HSL145.54º49.75%39.8%-
HSV(B)145.54º66.45%59.61%-
XYZ14.6123.9714.45-
YUV115.19116.0482.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=17.17%
G=51.18%
B=31.65%

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
Decimal51152940.6600.380.40145.5449.7539.8
Hex33985E4202628923228
Octal63230136102046502226250
Binary1100111001100010111101000010010011010100010010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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