#40572C

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

Shades of Clover #40572C

Tints of Clover #40572C

Color information

#40572C (or 0x40572C) is unknown color: approx Clover. HEX triplet: 40, 57 and 2C. RGB value is (64,87,44). Sum of RGB (Red+Green+Blue) = 64+87+44=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #40572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40572C is #BFA8D3. Grayscale: #4B4B4B. Windows color (decimal): -12560596 or 2905920. OLE color: 2905920.

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

Color convert

RGB648744-
CMYK0.2600.490.66
HSL92.09º32.82%25.69%-
HSV(B)92.09º49.43%34.12%-
XYZ5.988.093.63-
YUV75.22110.38120-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=32.82%
G=44.62%
B=22.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487440.2600.490.6692.0932.8225.69
Hex40572C1A031425c211a
Octal10012754320611021344132
Binary100000010101111011001101001100011000010101110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40572C; }

 p { color: rgb(64,87,44); }

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

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

 a { background-color: rgb(64,87,44); }

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

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

 span { border-color: rgb(64,87,44); }

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