#405421

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

Shades of Clover #405421

Tints of Clover #405421

Color information

#405421 (or 0x405421) is unknown color: approx Clover. HEX triplet: 40, 54 and 21. RGB value is (64,84,33). Sum of RGB (Red+Green+Blue) = 64+84+33=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #405421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405421 is #BFABDE. Grayscale: #484848. Windows color (decimal): -12561375 or 2184256. OLE color: 2184256.

HSL color Cylindrical-coordinate representation of color #405421: hue angle of 83.53º 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 #405421 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB648433-
CMYK0.2400.610.67
HSL83.53º43.59%22.94%-
HSV(B)83.53º60.71%32.94%-
XYZ5.567.542.6-
YUV72.21105.87122.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 84 (33.20% from 255) = 46.41%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=35.36%
G=46.41%
B=18.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484330.2400.610.6783.5343.5922.94
Hex4054211803D43542c17
Octal10012441300751031245427
Binary100000010101001000011100001111011000011101010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405421; }

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

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

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

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

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

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

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

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