#3F9C6C

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

Shades of Eucalyptus #3F9C6C

Tints of Eucalyptus #3F9C6C

Color information

#3F9C6C (or 0x3F9C6C) is unknown color: approx Eucalyptus. HEX triplet: 3F, 9C and 6C. RGB value is (63,156,108). Sum of RGB (Red+Green+Blue) = 63+156+108=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9C6C is #C06393. Grayscale: #7A7A7A. Windows color (decimal): -12608404 or 7117887. OLE color: 7117887.

HSL color Cylindrical-coordinate representation of color #3F9C6C: hue angle of 149.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9C6C is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB63156108-
CMYK0.6000.310.39
HSL149.03º42.47%42.94%-
HSV(B)149.03º59.62%61.18%-
XYZ16.6525.9218.31-
YUV122.72119.6985.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=19.27%
G=47.71%
B=33.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631561080.6000.310.39149.0342.4742.94
Hex3F9C6C3C01F27952a2b
Octal7723415474037472255253
Binary11111110011100110110011110001111110011110010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,156,108); }

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

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

 a { background-color: rgb(63,156,108); }

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

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

 span { border-color: rgb(63,156,108); }

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