#405E1F

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

Shades of Clover #405E1F

Tints of Clover #405E1F

Color information

#405E1F (or 0x405E1F) is unknown color: approx Clover. HEX triplet: 40, 5E and 1F. RGB value is (64,94,31). Sum of RGB (Red+Green+Blue) = 64+94+31=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #405E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E1F is #BFA1E0. Grayscale: #4E4E4E. Windows color (decimal): -12558817 or 2055744. OLE color: 2055744.

HSL color Cylindrical-coordinate representation of color #405E1F: hue angle of 88.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #405E1F is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB649431-
CMYK0.3200.670.63
HSL88.57º50.4%24.51%-
HSV(B)88.57º67.02%36.86%-
XYZ6.369.192.74-
YUV77.85101.56118.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 94 (37.11% from 255) = 49.74%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=33.86%
G=49.74%
B=16.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6494310.3200.670.6388.5750.424.51
Hex405E1F200433F593219
Octal10013637400103771316231
Binary100000010111101111110000001000011111111101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E1F; }

 p { color: rgb(64,94,31); }

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

<style>
 a { background-color: #405E1F; }

 a { background-color: rgb(64,94,31); }

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

<style>
 span { border-color: #405E1F; }

 span { border-color: rgb(64,94,31); }

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