#405328

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

Shades of Clover #405328

Tints of Clover #405328

Color information

#405328 (or 0x405328) is unknown color: approx Clover. HEX triplet: 40, 53 and 28. RGB value is (64,83,40). Sum of RGB (Red+Green+Blue) = 64+83+40=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #405328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405328 is #BFACD7. Grayscale: #484848. Windows color (decimal): -12561624 or 2642752. OLE color: 2642752.

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

Color convert

RGB648340-
CMYK0.2300.520.67
HSL86.51º34.96%24.12%-
HSV(B)86.51º51.81%32.55%-
XYZ5.597.433.15-
YUV72.42109.71122-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=34.22%
G=44.39%
B=21.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483400.2300.520.6786.5134.9624.12
Hex4053281703443572318
Octal10012350270641031274330
Binary100000010100111010001011101101001000011101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405328; }

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

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

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

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

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

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

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

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