#3c915d

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

Shades of Eucalyptus #3C915D

Tints of Eucalyptus #3C915D

Color information

#3C915D (or 0x3C915D) is unknown color: approx Eucalyptus. HEX triplet: 3C, 91 and 5D. RGB value is (60,145,93). Sum of RGB (Red+Green+Blue) = 60+145+93=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #3C915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C915D is #C36EA2. Grayscale: #717171. Windows color (decimal): -12807843 or 6132028. OLE color: 6132028.

HSL color Cylindrical-coordinate representation of color #3C915D: hue angle of 143.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C915D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB6014593-
CMYK0.5900.360.43
HSL143.29º41.46%40.2%-
HSV(B)143.29º58.62%56.86%-
XYZ13.962213.87-
YUV113.66116.3489.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=20.13%
G=48.66%
B=31.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60145930.5900.360.43143.2941.4640.2
Hex3C915D3B0242B8f2928
Octal7422113573044532175150
Binary111100100100011011101111011010010010101110001111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c915d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,145,93); }

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

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

 a { background-color: rgb(60,145,93); }

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

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

 span { border-color: rgb(60,145,93); }

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