#3F5620

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

Shades of Clover #3F5620

Tints of Clover #3F5620

Color information

#3F5620 (or 0x3F5620) is unknown color: approx Clover. HEX triplet: 3F, 56 and 20. RGB value is (63,86,32). Sum of RGB (Red+Green+Blue) = 63+86+32=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5620 is #C0A9DF. Grayscale: #494949. Windows color (decimal): -12626400 or 2119231. OLE color: 2119231.

HSL color Cylindrical-coordinate representation of color #3F5620: hue angle of 85.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F5620 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB638632-
CMYK0.2700.630.66
HSL85.56º45.76%23.14%-
HSV(B)85.56º62.79%33.73%-
XYZ5.647.822.58-
YUV72.97104.88120.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=34.81%
G=47.51%
B=17.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386320.2700.630.6685.5645.7623.14
Hex3F56201B03F42562e17
Octal7712640330771021265627
Binary11111110101101000001101101111111000010101011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,32); }

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

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

 a { background-color: rgb(63,86,32); }

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

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

 span { border-color: rgb(63,86,32); }

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