#414815

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

Shades of Verdun Green #414815

Tints of Verdun Green #414815

Color information

#414815 (or 0x414815) is unknown color: approx Verdun Green. HEX triplet: 41, 48 and 15. RGB value is (65,72,21). Sum of RGB (Red+Green+Blue) = 65+72+21=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #414815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414815 is #BEB7EA. Grayscale: #404040. Windows color (decimal): -12498923 or 1394753. OLE color: 1394753.

HSL color Cylindrical-coordinate representation of color #414815: hue angle of 68.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414815 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB657221-
CMYK0.1000.710.72
HSL68.24º54.84%18.24%-
HSV(B)68.24º70.83%28.24%-
XYZ4.635.811.59-
YUV64.09103.68128.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.14%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=41.14%
G=45.57%
B=13.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572210.1000.710.7268.2454.8418.24
Hex414815A04748443712
Octal101110251201071101046722
Binary10000011001000101011010010001111001000100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414815; }

 p { color: rgb(65,72,21); }

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

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

 a { background-color: rgb(65,72,21); }

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

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

 span { border-color: rgb(65,72,21); }

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