#3A5521

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

Shades of Clover #3A5521

Tints of Clover #3A5521

Color information

#3A5521 (or 0x3A5521) is unknown color: approx Clover. HEX triplet: 3A, 55 and 21. RGB value is (58,85,33). Sum of RGB (Red+Green+Blue) = 58+85+33=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5521 is #C5AADE. Grayscale: #474747. Windows color (decimal): -12954335 or 2184506. OLE color: 2184506.

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

Color convert

RGB588533-
CMYK0.3200.610.67
HSL91.15º44.07%23.14%-
HSV(B)91.15º61.18%33.33%-
XYZ5.277.512.61-
YUV71106.55118.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=32.95%
G=48.30%
B=18.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885330.3200.610.6791.1544.0723.14
Hex3A55212003D435b2c17
Octal7212541400751031335427
Binary111010101010110000110000001111011000011101101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,33); }

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

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

 a { background-color: rgb(58,85,33); }

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

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

 span { border-color: rgb(58,85,33); }

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