#40562E

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

Shades of Clover #40562E

Tints of Clover #40562E

Color information

#40562E (or 0x40562E) is unknown color: approx Clover. HEX triplet: 40, 56 and 2E. RGB value is (64,86,46). Sum of RGB (Red+Green+Blue) = 64+86+46=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #40562E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40562E is #BFA9D1. Grayscale: #4B4B4B. Windows color (decimal): -12560850 or 3036736. OLE color: 3036736.

HSL color Cylindrical-coordinate representation of color #40562E: hue angle of 93º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40562E is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB648646-
CMYK0.2600.470.66
HSL93º30.3%25.88%-
HSV(B)93º46.51%33.73%-
XYZ5.947.943.81-
YUV74.86111.71120.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=32.65%
G=43.88%
B=23.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486460.2600.470.669330.325.88
Hex40562E1A02F425d1e1a
Octal10012656320571021353632
Binary10000001010110101110110100101111100001010111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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