#3F9060

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

Shades of Eucalyptus #3F9060

Tints of Eucalyptus #3F9060

Color information

#3F9060 (or 0x3F9060) is unknown color: approx Eucalyptus. HEX triplet: 3F, 90 and 60. RGB value is (63,144,96). Sum of RGB (Red+Green+Blue) = 63+144+96=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9060 is #C06F9F. Grayscale: #727272. Windows color (decimal): -12611488 or 6328383. OLE color: 6328383.

HSL color Cylindrical-coordinate representation of color #3F9060: hue angle of 144.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9060 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB6314496-
CMYK0.5600.330.44
HSL144.44º39.13%40.59%-
HSV(B)144.44º56.25%56.47%-
XYZ14.1321.8514.54-
YUV114.31117.6691.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=20.79%
G=47.52%
B=31.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63144960.5600.330.44144.4439.1340.59
Hex3F9060380212C902729
Octal7722014070041542204751
Binary111111100100001100000111000010000110110010010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,144,96); }

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

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

 a { background-color: rgb(63,144,96); }

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

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

 span { border-color: rgb(63,144,96); }

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