#40502E

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

Shades of Clover #40502E

Tints of Clover #40502E

Color information

#40502E (or 0x40502E) is unknown color: approx Clover. HEX triplet: 40, 50 and 2E. RGB value is (64,80,46). Sum of RGB (Red+Green+Blue) = 64+80+46=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #40502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40502E is #BFAFD1. Grayscale: #474747. Windows color (decimal): -12562386 or 3035200. OLE color: 3035200.

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

Color convert

RGB648046-
CMYK0.2000.420.69
HSL88.24º26.98%24.71%-
HSV(B)88.24º42.5%31.37%-
XYZ5.487.023.65-
YUV71.34113.7122.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=33.68%
G=42.11%
B=24.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480460.2000.420.6988.2426.9824.71
Hex40502E1402A45581b19
Octal10012056240521051303331
Binary10000001010000101110101000101010100010110110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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