#40522B

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

Shades of Clover #40522B

Tints of Clover #40522B

Color information

#40522B (or 0x40522B) is unknown color: approx Clover. HEX triplet: 40, 52 and 2B. RGB value is (64,82,43). Sum of RGB (Red+Green+Blue) = 64+82+43=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #40522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40522B is #BFADD4. Grayscale: #484848. Windows color (decimal): -12561877 or 2839104. OLE color: 2839104.

HSL color Cylindrical-coordinate representation of color #40522B: hue angle of 87.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40522B is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB648243-
CMYK0.2200.480.68
HSL87.69º31.2%24.51%-
HSV(B)87.69º47.56%32.16%-
XYZ5.577.33.4-
YUV72.17111.54122.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=33.86%
G=43.39%
B=22.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482430.2200.480.6887.6931.224.51
Hex40522B1603044581f19
Octal10012253260601041303731
Binary10000001010010101011101100110000100010010110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40522B; }

 p { color: rgb(64,82,43); }

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

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

 a { background-color: rgb(64,82,43); }

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

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

 span { border-color: rgb(64,82,43); }

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