#405720

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

Shades of Clover #405720

Tints of Clover #405720

Color information

#405720 (or 0x405720) is unknown color: approx Clover. HEX triplet: 40, 57 and 20. RGB value is (64,87,32). Sum of RGB (Red+Green+Blue) = 64+87+32=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #405720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405720 is #BFA8DF. Grayscale: #4A4A4A. Windows color (decimal): -12560608 or 2119488. OLE color: 2119488.

HSL color Cylindrical-coordinate representation of color #405720: hue angle of 85.09º 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 #405720 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB648732-
CMYK0.2600.630.66
HSL85.09º46.22%23.33%-
HSV(B)85.09º63.22%34.12%-
XYZ5.788.012.61-
YUV73.85104.38120.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=34.97%
G=47.54%
B=17.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487320.2600.630.6685.0946.2223.33
Hex4057201A03F42552e17
Octal10012740320771021255627
Binary100000010101111000001101001111111000010101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405720; }

 p { color: rgb(64,87,32); }

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

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

 a { background-color: rgb(64,87,32); }

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

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

 span { border-color: rgb(64,87,32); }

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