#33996B

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

Shades of Eucalyptus #33996B

Tints of Eucalyptus #33996B

Color information

#33996B (or 0x33996B) is unknown color: approx Eucalyptus. HEX triplet: 33, 99 and 6B. RGB value is (51,153,107). Sum of RGB (Red+Green+Blue) = 51+153+107=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #33996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33996B is #CC6694. Grayscale: #757575. Windows color (decimal): -13395605 or 7051571. OLE color: 7051571.

HSL color Cylindrical-coordinate representation of color #33996B: hue angle of 152.94º 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 #33996B is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB51153107-
CMYK0.6700.300.4
HSL152.94º50%40%-
HSV(B)152.94º66.67%60%-
XYZ15.4124.5517.84-
YUV117.26122.2180.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=16.40%
G=49.20%
B=34.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531070.6700.300.4152.945040
Hex33996B4301E28993228
Octal63231153103036502316250
Binary110011100110011101011100001101111010100010011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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