#40532B

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

Shades of Clover #40532B

Tints of Clover #40532B

Color information

#40532B (or 0x40532B) is unknown color: approx Clover. HEX triplet: 40, 53 and 2B. RGB value is (64,83,43). Sum of RGB (Red+Green+Blue) = 64+83+43=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #40532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532B is #BFACD4. Grayscale: #484848. Windows color (decimal): -12561621 or 2839360. OLE color: 2839360.

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

Color convert

RGB648343-
CMYK0.2300.480.67
HSL88.5º31.75%24.71%-
HSV(B)88.5º48.19%32.55%-
XYZ5.647.453.43-
YUV72.76111.21121.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=33.68%
G=43.68%
B=22.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483430.2300.480.6788.531.7524.71
Hex40532B1703043582019
Octal10012353270601031304031
Binary100000010100111010111011101100001000011101100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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