#3C8E61

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

Shades of Eucalyptus #3C8E61

Tints of Eucalyptus #3C8E61

Color information

#3C8E61 (or 0x3C8E61) is unknown color: approx Eucalyptus. HEX triplet: 3C, 8E and 61. RGB value is (60,142,97). Sum of RGB (Red+Green+Blue) = 60+142+97=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E61 is #C3719E. Grayscale: #707070. Windows color (decimal): -12808607 or 6393404. OLE color: 6393404.

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

Color convert

RGB6014297-
CMYK0.5800.320.44
HSL147.07º40.59%39.61%-
HSV(B)147.07º57.75%55.69%-
XYZ13.6921.1714.67-
YUV112.35119.3390.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=20.07%
G=47.49%
B=32.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60142970.5800.320.44147.0740.5939.61
Hex3C8E613A0202C932928
Octal7421614172040542235150
Binary111100100011101100001111010010000010110010010011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,97); }

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

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

 a { background-color: rgb(60,142,97); }

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

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

 span { border-color: rgb(60,142,97); }

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