#40532F

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

Shades of Clover #40532F

Tints of Clover #40532F

Color information

#40532F (or 0x40532F) is unknown color: approx Clover. HEX triplet: 40, 53 and 2F. RGB value is (64,83,47). Sum of RGB (Red+Green+Blue) = 64+83+47=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #40532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532F is #BFACD0. Grayscale: #494949. Windows color (decimal): -12561617 or 3101504. OLE color: 3101504.

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

Color convert

RGB648347-
CMYK0.2300.430.67
HSL91.67º27.69%25.49%-
HSV(B)91.67º43.37%32.55%-
XYZ5.727.483.83-
YUV73.22113.21121.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=32.99%
G=42.78%
B=24.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483470.2300.430.6791.6727.6925.49
Hex40532F1702B435c1c19
Octal10012357270531031343431
Binary10000001010011101111101110101011100001110111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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