#40502F

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

Shades of Clover #40502F

Tints of Clover #40502F

Color information

#40502F (or 0x40502F) is unknown color: approx Clover. HEX triplet: 40, 50 and 2F. RGB value is (64,80,47). Sum of RGB (Red+Green+Blue) = 64+80+47=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #40502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40502F is #BFAFD0. Grayscale: #474747. Windows color (decimal): -12562385 or 3100736. OLE color: 3100736.

HSL color Cylindrical-coordinate representation of color #40502F: hue angle of 89.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40502F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB648047-
CMYK0.2000.410.69
HSL89.09º25.98%24.9%-
HSV(B)89.09º41.25%31.37%-
XYZ5.57.033.76-
YUV71.45114.2122.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=33.51%
G=41.88%
B=24.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480470.2000.410.6989.0925.9824.9
Hex40502F1402945591a19
Octal10012057240511051313231
Binary10000001010000101111101000101001100010110110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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