#33996C

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

Shades of Eucalyptus #33996C

Tints of Eucalyptus #33996C

Color information

#33996C (or 0x33996C) is unknown color: approx Eucalyptus. HEX triplet: 33, 99 and 6C. RGB value is (51,153,108). Sum of RGB (Red+Green+Blue) = 51+153+108=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #33996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33996C is #CC6693. Grayscale: #757575. Windows color (decimal): -13395604 or 7117107. OLE color: 7117107.

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

Color convert

RGB51153108-
CMYK0.6700.290.4
HSL153.53º50%40%-
HSV(B)153.53º66.67%60%-
XYZ15.4624.5718.11-
YUV117.37122.7180.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=16.35%
G=49.04%
B=34.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531080.6700.290.4153.535040
Hex33996C4301D289a3228
Octal63231154103035502326250
Binary110011100110011101100100001101110110100010011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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