#415914

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

Shades of Verdun Green #415914

Tints of Verdun Green #415914

Color information

#415914 (or 0x415914) is unknown color: approx Verdun Green. HEX triplet: 41, 59 and 14. RGB value is (65,89,20). Sum of RGB (Red+Green+Blue) = 65+89+20=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #415914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415914 is #BEA6EB. Grayscale: #4A4A4A. Windows color (decimal): -12494572 or 1333569. OLE color: 1333569.

HSL color Cylindrical-coordinate representation of color #415914: hue angle of 80.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #415914 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB658920-
CMYK0.2700.780.65
HSL80.87º63.3%21.37%-
HSV(B)80.87º77.53%34.9%-
XYZ5.888.321.96-
YUV73.9697.55121.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=37.36%
G=51.15%
B=11.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589200.2700.780.6580.8763.321.37
Hex4159141B04E41513f15
Octal101131243301161011217725
Binary100000110110011010011011010011101000001101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415914; }

 p { color: rgb(65,89,20); }

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

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

 a { background-color: rgb(65,89,20); }

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

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

 span { border-color: rgb(65,89,20); }

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