#3C5424

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

Shades of Clover #3C5424

Tints of Clover #3C5424

Color information

#3C5424 (or 0x3C5424) is unknown color: approx Clover. HEX triplet: 3C, 54 and 24. RGB value is (60,84,36). Sum of RGB (Red+Green+Blue) = 60+84+36=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5424 is #C3ABDB. Grayscale: #474747. Windows color (decimal): -12823516 or 2380860. OLE color: 2380860.

HSL color Cylindrical-coordinate representation of color #3C5424: hue angle of 90º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C5424 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB608436-
CMYK0.2900.570.67
HSL90º40%23.53%-
HSV(B)90º57.14%32.94%-
XYZ5.357.432.82-
YUV71.35108.05119.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 36 (14.45% from 255) = 20%
R=33.33%
G=46.67%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084360.2900.570.67904023.53
Hex3C54241D039435a2818
Octal7412444350711031325030
Binary11110010101001001001110101110011000011101101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,36); }

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

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

 a { background-color: rgb(60,84,36); }

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

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

 span { border-color: rgb(60,84,36); }

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