#40532E

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

Shades of Clover #40532E

Tints of Clover #40532E

Color information

#40532E (or 0x40532E) is unknown color: approx Clover. HEX triplet: 40, 53 and 2E. RGB value is (64,83,46). Sum of RGB (Red+Green+Blue) = 64+83+46=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #40532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532E is #BFACD1. Grayscale: #494949. Windows color (decimal): -12561618 or 3035968. OLE color: 3035968.

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

Color convert

RGB648346-
CMYK0.2300.450.67
HSL90.81º28.68%25.29%-
HSV(B)90.81º44.58%32.55%-
XYZ5.77.473.73-
YUV73.1112.71121.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=33.16%
G=43.01%
B=23.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483460.2300.450.6790.8128.6825.29
Hex40532E1702D435b1d19
Octal10012356270551031333531
Binary10000001010011101110101110101101100001110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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