#405628

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

Shades of Clover #405628

Tints of Clover #405628

Color information

#405628 (or 0x405628) is unknown color: approx Clover. HEX triplet: 40, 56 and 28. RGB value is (64,86,40). Sum of RGB (Red+Green+Blue) = 64+86+40=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #405628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405628 is #BFA9D7. Grayscale: #4A4A4A. Windows color (decimal): -12560856 or 2643520. OLE color: 2643520.

HSL color Cylindrical-coordinate representation of color #405628: hue angle of 88.7º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405628 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB648640-
CMYK0.2600.530.66
HSL88.7º36.51%24.71%-
HSV(B)88.7º53.49%33.73%-
XYZ5.837.93.23-
YUV74.18108.71120.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=33.68%
G=45.26%
B=21.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486400.2600.530.6688.736.5124.71
Hex4056281A03542592519
Octal10012650320651021314531
Binary100000010101101010001101001101011000010101100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405628; }

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

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

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

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

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

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

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

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