#414D31

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

Shades of Clover #414D31

Tints of Clover #414D31

Color information

#414D31 (or 0x414D31) is unknown color: approx Clover. HEX triplet: 41, 4D and 31. RGB value is (65,77,49). Sum of RGB (Red+Green+Blue) = 65+77+49=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #414D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D31 is #BEB2CE. Grayscale: #464646. Windows color (decimal): -12497615 or 3231041. OLE color: 3231041.

HSL color Cylindrical-coordinate representation of color #414D31: hue angle of 85.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #414D31 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB657749-
CMYK0.1600.360.70
HSL85.71º22.22%24.71%-
HSV(B)85.71º36.36%30.2%-
XYZ5.396.653.91-
YUV70.22116.02124.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=34.03%
G=40.31%
B=25.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577490.1600.360.7085.7122.2224.71
Hex414D311002446561619
Octal10111561200441061262631
Binary10000011001101110001100000100100100011010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D31; }

 p { color: rgb(65,77,49); }

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

<style>
 a { background-color: #414D31; }

 a { background-color: rgb(65,77,49); }

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

<style>
 span { border-color: #414D31; }

 span { border-color: rgb(65,77,49); }

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