#3F8A60

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

Shades of Eucalyptus #3F8A60

Tints of Eucalyptus #3F8A60

Color information

#3F8A60 (or 0x3F8A60) is unknown color: approx Eucalyptus. HEX triplet: 3F, 8A and 60. RGB value is (63,138,96). Sum of RGB (Red+Green+Blue) = 63+138+96=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A60 is #C0759F. Grayscale: #6E6E6E. Windows color (decimal): -12613024 or 6326847. OLE color: 6326847.

HSL color Cylindrical-coordinate representation of color #3F8A60: hue angle of 146.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A60 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB6313896-
CMYK0.5400.300.46
HSL146.4º37.31%39.41%-
HSV(B)146.4º54.35%54.12%-
XYZ13.2520.0814.24-
YUV110.79119.6593.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=21.21%
G=46.46%
B=32.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63138960.5400.300.46146.437.3139.41
Hex3F8A603601E2E922527
Octal7721214066036562224547
Binary11111110001010110000011011001111010111010010010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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