#414C31

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

Shades of Clover #414C31

Tints of Clover #414C31

Color information

#414C31 (or 0x414C31) is unknown color: approx Clover. HEX triplet: 41, 4C and 31. RGB value is (65,76,49). Sum of RGB (Red+Green+Blue) = 65+76+49=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #414C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C31 is #BEB3CE. Grayscale: #454545. Windows color (decimal): -12497871 or 3230785. OLE color: 3230785.

HSL color Cylindrical-coordinate representation of color #414C31: hue angle of 84.44º 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 #414C31 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB657649-
CMYK0.1400.360.70
HSL84.44º21.6%24.51%-
HSV(B)84.44º35.53%29.8%-
XYZ5.326.513.88-
YUV69.63116.36124.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=34.21%
G=40%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6576490.1400.360.7084.4421.624.51
Hex414C31E02446541619
Octal10111461160441061242631
Binary1000001100110011000111100100100100011010101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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