#3F996F

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

Shades of Eucalyptus #3F996F

Tints of Eucalyptus #3F996F

Color information

#3F996F (or 0x3F996F) is unknown color: approx Eucalyptus. HEX triplet: 3F, 99 and 6F. RGB value is (63,153,111). Sum of RGB (Red+Green+Blue) = 63+153+111=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #3F996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F996F is #C06690. Grayscale: #797979. Windows color (decimal): -12609169 or 7313727. OLE color: 7313727.

HSL color Cylindrical-coordinate representation of color #3F996F: hue angle of 152º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F996F is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB63153111-
CMYK0.5900.270.4
HSL152º41.67%42.35%-
HSV(B)152º58.82%60%-
XYZ16.3124.9919-
YUV121.3122.1886.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=19.27%
G=46.79%
B=33.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631531110.5900.270.415241.6742.35
Hex3F996F3B01B28982a2a
Octal7723115773033502305252
Binary11111110011001110111111101101101110100010011000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F996F; }

 p { color: rgb(63,153,111); }

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

<style>
 a { background-color: #3F996F; }

 a { background-color: rgb(63,153,111); }

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

<style>
 span { border-color: #3F996F; }

 span { border-color: rgb(63,153,111); }

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