#40512D

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

Shades of Clover #40512D

Tints of Clover #40512D

Color information

#40512D (or 0x40512D) is unknown color: approx Clover. HEX triplet: 40, 51 and 2D. RGB value is (64,81,45). Sum of RGB (Red+Green+Blue) = 64+81+45=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #40512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40512D is #BFAED2. Grayscale: #474747. Windows color (decimal): -12562131 or 2969920. OLE color: 2969920.

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

Color convert

RGB648145-
CMYK0.2100.440.68
HSL88.33º28.57%24.71%-
HSV(B)88.33º44.44%31.76%-
XYZ5.537.163.57-
YUV71.81112.87122.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=33.68%
G=42.63%
B=23.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481450.2100.440.6888.3328.5724.71
Hex40512D1502C44581d19
Octal10012155250541041303531
Binary10000001010001101101101010101100100010010110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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