#3F9368

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

Shades of Eucalyptus #3F9368

Tints of Eucalyptus #3F9368

Color information

#3F9368 (or 0x3F9368) is unknown color: approx Eucalyptus. HEX triplet: 3F, 93 and 68. RGB value is (63,147,104). Sum of RGB (Red+Green+Blue) = 63+147+104=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9368 is #C06C97. Grayscale: #757575. Windows color (decimal): -12610712 or 6853439. OLE color: 6853439.

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

Color convert

RGB63147104-
CMYK0.5700.290.42
HSL149.29º40%41.18%-
HSV(B)149.29º57.14%57.65%-
XYZ14.9822.9216.73-
YUV116.98120.6789.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.06%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=20.06%
G=46.82%
B=33.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471040.5700.290.42149.294041.18
Hex3F93683901D2A952829
Octal7722315071035522255051
Binary11111110010011110100011100101110110101010010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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