#405428

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

Shades of Clover #405428

Tints of Clover #405428

Color information

#405428 (or 0x405428) is unknown color: approx Clover. HEX triplet: 40, 54 and 28. RGB value is (64,84,40). Sum of RGB (Red+Green+Blue) = 64+84+40=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #405428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405428 is #BFABD7. Grayscale: #494949. Windows color (decimal): -12561368 or 2643008. OLE color: 2643008.

HSL color Cylindrical-coordinate representation of color #405428: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405428 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB648440-
CMYK0.2400.520.67
HSL87.27º35.48%24.31%-
HSV(B)87.27º52.38%32.94%-
XYZ5.677.583.17-
YUV73109.37121.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=34.04%
G=44.68%
B=21.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484400.2400.520.6787.2735.4824.31
Hex4054281803443572318
Octal10012450300641031274330
Binary100000010101001010001100001101001000011101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405428; }

 p { color: rgb(64,84,40); }

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

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

 a { background-color: rgb(64,84,40); }

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

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

 span { border-color: rgb(64,84,40); }

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