#3C985F

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

Shades of Eucalyptus #3C985F

Tints of Eucalyptus #3C985F

Color information

#3C985F (or 0x3C985F) is unknown color: approx Eucalyptus. HEX triplet: 3C, 98 and 5F. RGB value is (60,152,95). Sum of RGB (Red+Green+Blue) = 60+152+95=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #3C985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C985F is #C367A0. Grayscale: #767676. Windows color (decimal): -12806049 or 6264892. OLE color: 6264892.

HSL color Cylindrical-coordinate representation of color #3C985F: hue angle of 142.83º 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 #3C985F is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB6015295-
CMYK0.6100.380.40
HSL142.83º43.4%41.57%-
HSV(B)142.83º60.53%59.61%-
XYZ15.1624.2414.71-
YUV117.99115.0286.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=19.54%
G=49.51%
B=30.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60152950.6100.380.40142.8343.441.57
Hex3C985F3D026288f2b2a
Octal7423013775046502175352
Binary111100100110001011111111101010011010100010001111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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