#405521

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

Shades of Clover #405521

Tints of Clover #405521

Color information

#405521 (or 0x405521) is unknown color: approx Clover. HEX triplet: 40, 55 and 21. RGB value is (64,85,33). Sum of RGB (Red+Green+Blue) = 64+85+33=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #405521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405521 is #BFAADE. Grayscale: #484848. Windows color (decimal): -12561119 or 2184512. OLE color: 2184512.

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

Color convert

RGB648533-
CMYK0.2500.610.67
HSL84.23º44.07%23.14%-
HSV(B)84.23º61.18%33.33%-
XYZ5.647.72.63-
YUV72.79105.54121.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=35.16%
G=46.70%
B=18.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485330.2500.610.6784.2344.0723.14
Hex4055211903D43542c17
Octal10012541310751031245427
Binary100000010101011000011100101111011000011101010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405521; }

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

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

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

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

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

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

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

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