#3C925B

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

Shades of Eucalyptus #3C925B

Tints of Eucalyptus #3C925B

Color information

#3C925B (or 0x3C925B) is unknown color: approx Eucalyptus. HEX triplet: 3C, 92 and 5B. RGB value is (60,146,91). Sum of RGB (Red+Green+Blue) = 60+146+91=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925B is #C36DA4. Grayscale: #727272. Windows color (decimal): -12807589 or 6001212. OLE color: 6001212.

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

Color convert

RGB6014691-
CMYK0.5900.380.43
HSL141.63º41.75%40.39%-
HSV(B)141.63º58.9%57.25%-
XYZ14.0322.2713.46-
YUV114.02115.0189.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=20.20%
G=49.16%
B=30.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60146910.5900.380.43141.6341.7540.39
Hex3C925B3B0262B8e2a28
Octal7422213373046532165250
Binary111100100100101011011111011010011010101110001110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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