#3C925D

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

Shades of Eucalyptus #3C925D

Tints of Eucalyptus #3C925D

Color information

#3C925D (or 0x3C925D) is unknown color: approx Eucalyptus. HEX triplet: 3C, 92 and 5D. RGB value is (60,146,93). Sum of RGB (Red+Green+Blue) = 60+146+93=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925D is #C36DA2. Grayscale: #727272. Windows color (decimal): -12807587 or 6132284. OLE color: 6132284.

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

Color convert

RGB6014693-
CMYK0.5900.360.43
HSL143.02º41.75%40.39%-
HSV(B)143.02º58.9%57.25%-
XYZ14.1222.3113.92-
YUV114.24116.0189.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=20.07%
G=48.83%
B=31.10%

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
Decimal60146930.5900.360.43143.0241.7540.39
Hex3C925D3B0242B8f2a28
Octal7422213573044532175250
Binary111100100100101011101111011010010010101110001111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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