#3F936C

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

Shades of Eucalyptus #3F936C

Tints of Eucalyptus #3F936C

Color information

#3F936C (or 0x3F936C) is unknown color: approx Eucalyptus. HEX triplet: 3F, 93 and 6C. RGB value is (63,147,108). Sum of RGB (Red+Green+Blue) = 63+147+108=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936C is #C06C93. Grayscale: #757575. Windows color (decimal): -12610708 or 7115583. OLE color: 7115583.

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

Color convert

RGB63147108-
CMYK0.5700.270.42
HSL152.14º40%41.18%-
HSV(B)152.14º57.14%57.65%-
XYZ15.1923.0117.83-
YUV117.44122.6789.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=19.81%
G=46.23%
B=33.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471080.5700.270.42152.144041.18
Hex3F936C3901B2A982829
Octal7722315471033522305051
Binary11111110010011110110011100101101110101010011000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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