#405224

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

Shades of Clover #405224

Tints of Clover #405224

Color information

#405224 (or 0x405224) is unknown color: approx Clover. HEX triplet: 40, 52 and 24. RGB value is (64,82,36). Sum of RGB (Red+Green+Blue) = 64+82+36=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #405224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405224 is #BFADDB. Grayscale: #474747. Windows color (decimal): -12561884 or 2380352. OLE color: 2380352.

HSL color Cylindrical-coordinate representation of color #405224: hue angle of 83.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405224 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB648236-
CMYK0.2200.560.68
HSL83.48º38.98%23.14%-
HSV(B)83.48º56.1%32.16%-
XYZ5.457.252.78-
YUV71.37108.04122.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=35.16%
G=45.05%
B=19.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482360.2200.560.6883.4838.9823.14
Hex4052241603844532717
Octal10012244260701041234727
Binary100000010100101001001011001110001000100101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405224; }

 p { color: rgb(64,82,36); }

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

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

 a { background-color: rgb(64,82,36); }

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

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

 span { border-color: rgb(64,82,36); }

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