#40512E

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

Shades of Clover #40512E

Tints of Clover #40512E

Color information

#40512E (or 0x40512E) is unknown color: approx Clover. HEX triplet: 40, 51 and 2E. RGB value is (64,81,46). Sum of RGB (Red+Green+Blue) = 64+81+46=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #40512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40512E is #BFAED1. Grayscale: #484848. Windows color (decimal): -12562130 or 3035456. OLE color: 3035456.

HSL color Cylindrical-coordinate representation of color #40512E: hue angle of 89.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40512E is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB648146-
CMYK0.2100.430.68
HSL89.14º27.56%24.9%-
HSV(B)89.14º43.21%31.76%-
XYZ5.557.173.68-
YUV71.93113.37122.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=33.51%
G=42.41%
B=24.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481460.2100.430.6889.1427.5624.9
Hex40512E1502B44591c19
Octal10012156250531041313431
Binary10000001010001101110101010101011100010010110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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