#40512F

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

Shades of Clover #40512F

Tints of Clover #40512F

Color information

#40512F (or 0x40512F) is unknown color: approx Clover. HEX triplet: 40, 51 and 2F. RGB value is (64,81,47). Sum of RGB (Red+Green+Blue) = 64+81+47=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #40512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40512F is #BFAED0. Grayscale: #484848. Windows color (decimal): -12562129 or 3100992. OLE color: 3100992.

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

Color convert

RGB648147-
CMYK0.2100.420.68
HSL90º26.56%25.1%-
HSV(B)90º41.98%31.76%-
XYZ5.577.183.78-
YUV72.04113.87122.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=33.33%
G=42.19%
B=24.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481470.2100.420.689026.5625.1
Hex40512F1502A445a1b19
Octal10012157250521041323331
Binary10000001010001101111101010101010100010010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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