#3F9361

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

Shades of Eucalyptus #3F9361

Tints of Eucalyptus #3F9361

Color information

#3F9361 (or 0x3F9361) is unknown color: approx Eucalyptus. HEX triplet: 3F, 93 and 61. RGB value is (63,147,97). Sum of RGB (Red+Green+Blue) = 63+147+97=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9361 is #C06C9E. Grayscale: #747474. Windows color (decimal): -12610719 or 6394687. OLE color: 6394687.

HSL color Cylindrical-coordinate representation of color #3F9361: hue angle of 144.29º 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 #3F9361 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6314797-
CMYK0.5700.340.42
HSL144.29º40%41.18%-
HSV(B)144.29º57.14%57.65%-
XYZ14.6422.7914.94-
YUV116.18117.1790.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=20.52%
G=47.88%
B=31.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63147970.5700.340.42144.294041.18
Hex3F9361390222A902829
Octal7722314171042522205051
Binary111111100100111100001111001010001010101010010000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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