#3C955D

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

Shades of Eucalyptus #3C955D

Tints of Eucalyptus #3C955D

Color information

#3C955D (or 0x3C955D) is unknown color: approx Eucalyptus. HEX triplet: 3C, 95 and 5D. RGB value is (60,149,93). Sum of RGB (Red+Green+Blue) = 60+149+93=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #3C955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C955D is #C36AA2. Grayscale: #747474. Windows color (decimal): -12806819 or 6133052. OLE color: 6133052.

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

Color convert

RGB6014993-
CMYK0.6000.380.42
HSL142.25º42.58%40.98%-
HSV(B)142.25º59.73%58.43%-
XYZ14.5923.2514.07-
YUV116115.0188.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=19.87%
G=49.34%
B=30.79%

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
Decimal60149930.6000.380.42142.2542.5840.98
Hex3C955D3C0262A8e2b29
Octal7422513574046522165351
Binary111100100101011011101111100010011010101010001110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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