#405523

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

Shades of Clover #405523

Tints of Clover #405523

Color information

#405523 (or 0x405523) is unknown color: approx Clover. HEX triplet: 40, 55 and 23. RGB value is (64,85,35). Sum of RGB (Red+Green+Blue) = 64+85+35=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #405523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405523 is #BFAADC. Grayscale: #494949. Windows color (decimal): -12561117 or 2315584. OLE color: 2315584.

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

Color convert

RGB648535-
CMYK0.2500.590.67
HSL85.2º41.67%23.53%-
HSV(B)85.2º58.82%33.33%-
XYZ5.677.712.78-
YUV73.02106.54121.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=34.78%
G=46.20%
B=19.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485350.2500.590.6785.241.6723.53
Hex4055231903B43552a18
Octal10012543310731031255230
Binary100000010101011000111100101110111000011101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405523; }

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

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

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

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

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

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

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

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