#3C916A

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

Shades of Eucalyptus #3C916A

Tints of Eucalyptus #3C916A

Color information

#3C916A (or 0x3C916A) is unknown color: approx Eucalyptus. HEX triplet: 3C, 91 and 6A. RGB value is (60,145,106). Sum of RGB (Red+Green+Blue) = 60+145+106=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #3C916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C916A is #C36E95. Grayscale: #737373. Windows color (decimal): -12807830 or 6983996. OLE color: 6983996.

HSL color Cylindrical-coordinate representation of color #3C916A: hue angle of 152.47º 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 #3C916A is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB60145106-
CMYK0.5900.270.43
HSL152.47º41.46%40.2%-
HSV(B)152.47º58.62%56.86%-
XYZ14.5922.2517.16-
YUV115.14122.8488.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=19.29%
G=46.62%
B=34.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451060.5900.270.43152.4741.4640.2
Hex3C916A3B01B2B982928
Octal7422115273033532305150
Binary11110010010001110101011101101101110101110011000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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