#3C955C

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

Shades of Eucalyptus #3C955C

Tints of Eucalyptus #3C955C

Color information

#3C955C (or 0x3C955C) is unknown color: approx Eucalyptus. HEX triplet: 3C, 95 and 5C. RGB value is (60,149,92). Sum of RGB (Red+Green+Blue) = 60+149+92=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #3C955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C955C is #C36AA3. Grayscale: #747474. Windows color (decimal): -12806820 or 6067516. OLE color: 6067516.

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

Color convert

RGB6014992-
CMYK0.6000.380.42
HSL141.57º42.58%40.98%-
HSV(B)141.57º59.73%58.43%-
XYZ14.5423.2313.84-
YUV115.89114.5188.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=19.93%
G=49.50%
B=30.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60149920.6000.380.42141.5742.5840.98
Hex3C955C3C0262A8e2b29
Octal7422513474046522165351
Binary111100100101011011100111100010011010101010001110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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