#414E1C

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

Shades of Verdun Green #414E1C

Tints of Verdun Green #414E1C

Color information

#414E1C (or 0x414E1C) is unknown color: approx Verdun Green. HEX triplet: 41, 4E and 1C. RGB value is (65,78,28). Sum of RGB (Red+Green+Blue) = 65+78+28=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #414E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E1C is #BEB1E3. Grayscale: #444444. Windows color (decimal): -12497380 or 1855041. OLE color: 1855041.

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

Color convert

RGB657828-
CMYK0.1700.640.69
HSL75.6º47.17%20.78%-
HSV(B)75.6º64.1%30.59%-
XYZ5.116.662.11-
YUV68.41105.19125.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=38.01%
G=45.61%
B=16.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578280.1700.640.6975.647.1720.78
Hex414E1C11040454c2f15
Octal101116342101001051145725
Binary100000110011101110010001010000001000101100110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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