#3C935C

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

Shades of Eucalyptus #3C935C

Tints of Eucalyptus #3C935C

Color information

#3C935C (or 0x3C935C) is unknown color: approx Eucalyptus. HEX triplet: 3C, 93 and 5C. RGB value is (60,147,92). Sum of RGB (Red+Green+Blue) = 60+147+92=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #3C935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C935C is #C36CA3. Grayscale: #727272. Windows color (decimal): -12807332 or 6067004. OLE color: 6067004.

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

Color convert

RGB6014792-
CMYK0.5900.370.42
HSL142.07º42.03%40.59%-
HSV(B)142.07º59.18%57.65%-
XYZ14.2322.613.74-
YUV114.72115.1888.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=20.07%
G=49.16%
B=30.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60147920.5900.370.42142.0742.0340.59
Hex3C935C3B0252A8e2a29
Octal7422313473045522165251
Binary111100100100111011100111011010010110101010001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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