#3C5B20

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

Shades of Clover #3C5B20

Tints of Clover #3C5B20

Color information

#3C5B20 (or 0x3C5B20) is unknown color: approx Clover. HEX triplet: 3C, 5B and 20. RGB value is (60,91,32). Sum of RGB (Red+Green+Blue) = 60+91+32=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5B20 is #C3A4DF. Grayscale: #4B4B4B. Windows color (decimal): -12821728 or 2120508. OLE color: 2120508.

HSL color Cylindrical-coordinate representation of color #3C5B20: hue angle of 91.53º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C5B20 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB609132-
CMYK0.3400.650.64
HSL91.53º47.97%24.12%-
HSV(B)91.53º64.84%35.69%-
XYZ5.878.552.71-
YUV75103.73117.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=32.79%
G=49.73%
B=17.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6091320.3400.650.6491.5347.9724.12
Hex3C5B2022041405c3018
Octal74133404201011001346030
Binary1111001011011100000100010010000011000000101110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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