#414E2D

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

Shades of Clover #414E2D

Tints of Clover #414E2D

Color information

#414E2D (or 0x414E2D) is unknown color: approx Clover. HEX triplet: 41, 4E and 2D. RGB value is (65,78,45). Sum of RGB (Red+Green+Blue) = 65+78+45=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #414E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E2D is #BEB1D2. Grayscale: #464646. Windows color (decimal): -12497363 or 2969153. OLE color: 2969153.

HSL color Cylindrical-coordinate representation of color #414E2D: hue angle of 83.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414E2D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB657845-
CMYK0.1700.420.69
HSL83.64º26.83%24.12%-
HSV(B)83.64º42.31%30.59%-
XYZ5.386.763.5-
YUV70.35113.69124.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=34.57%
G=41.49%
B=23.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578450.1700.420.6983.6426.8324.12
Hex414E2D1102A45541b18
Octal10111655210521051243330
Binary10000011001110101101100010101010100010110101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,45); }

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

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

 a { background-color: rgb(65,78,45); }

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

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

 span { border-color: rgb(65,78,45); }

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