#3C986E

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

Shades of Eucalyptus #3C986E

Tints of Eucalyptus #3C986E

Color information

#3C986E (or 0x3C986E) is unknown color: approx Eucalyptus. HEX triplet: 3C, 98 and 6E. RGB value is (60,152,110). Sum of RGB (Red+Green+Blue) = 60+152+110=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #3C986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C986E is #C36791. Grayscale: #777777. Windows color (decimal): -12806034 or 7247932. OLE color: 7247932.

HSL color Cylindrical-coordinate representation of color #3C986E: hue angle of 152.61º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C986E is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB60152110-
CMYK0.6100.280.40
HSL152.61º43.4%41.57%-
HSV(B)152.61º60.53%59.61%-
XYZ15.9124.5418.65-
YUV119.7122.5285.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=18.63%
G=47.20%
B=34.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601521100.6100.280.40152.6143.441.57
Hex3C986E3D01C28992b2a
Octal7423015675034502315352
Binary11110010011000110111011110101110010100010011001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,152,110); }

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

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

 a { background-color: rgb(60,152,110); }

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

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

 span { border-color: rgb(60,152,110); }

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