#3B5420

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

Shades of Clover #3B5420

Tints of Clover #3B5420

Color information

#3B5420 (or 0x3B5420) is unknown color: approx Clover. HEX triplet: 3B, 54 and 20. RGB value is (59,84,32). Sum of RGB (Red+Green+Blue) = 59+84+32=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5420 is #C4ABDF. Grayscale: #464646. Windows color (decimal): -12889056 or 2118715. OLE color: 2118715.

HSL color Cylindrical-coordinate representation of color #3B5420: hue angle of 88.85º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B5420 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB598432-
CMYK0.3000.620.67
HSL88.85º44.83%22.75%-
HSV(B)88.85º61.9%32.94%-
XYZ5.237.372.51-
YUV70.6106.22119.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=33.71%
G=48%
B=18.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5984320.3000.620.6788.8544.8322.75
Hex3B54201E03E43592d17
Octal7312440360761031315527
Binary11101110101001000001111001111101000011101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,32); }

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

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

 a { background-color: rgb(59,84,32); }

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

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

 span { border-color: rgb(59,84,32); }

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