#3C9560

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

Shades of Eucalyptus #3C9560

Tints of Eucalyptus #3C9560

Color information

#3C9560 (or 0x3C9560) is unknown color: approx Eucalyptus. HEX triplet: 3C, 95 and 60. RGB value is (60,149,96). Sum of RGB (Red+Green+Blue) = 60+149+96=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #3C9560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9560 is #C36A9F. Grayscale: #747474. Windows color (decimal): -12806816 or 6329660. OLE color: 6329660.

HSL color Cylindrical-coordinate representation of color #3C9560: hue angle of 144.27º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9560 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB6014996-
CMYK0.6000.360.42
HSL144.27º42.58%40.98%-
HSV(B)144.27º59.73%58.43%-
XYZ14.7223.314.79-
YUV116.35116.5187.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=19.67%
G=48.85%
B=31.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149960.6000.360.42144.2742.5840.98
Hex3C95603C0242A902b29
Octal7422514074044522205351
Binary111100100101011100000111100010010010101010010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,96); }

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

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

 a { background-color: rgb(60,149,96); }

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

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

 span { border-color: rgb(60,149,96); }

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