#414D2E

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

Shades of Clover #414D2E

Tints of Clover #414D2E

Color information

#414D2E (or 0x414D2E) is unknown color: approx Clover. HEX triplet: 41, 4D and 2E. RGB value is (65,77,46). Sum of RGB (Red+Green+Blue) = 65+77+46=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #414D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D2E is #BEB2D1. Grayscale: #454545. Windows color (decimal): -12497618 or 3034433. OLE color: 3034433.

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

Color convert

RGB657746-
CMYK0.1600.400.70
HSL83.23º25.2%24.12%-
HSV(B)83.23º40.26%30.2%-
XYZ5.336.633.58-
YUV69.88114.52124.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=34.57%
G=40.96%
B=24.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577460.1600.400.7083.2325.224.12
Hex414D2E1002846531918
Octal10111556200501061233130
Binary10000011001101101110100000101000100011010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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