#415116

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

Shades of Verdun Green #415116

Tints of Verdun Green #415116

Color information

#415116 (or 0x415116) is unknown color: approx Verdun Green. HEX triplet: 41, 51 and 16. RGB value is (65,81,22). Sum of RGB (Red+Green+Blue) = 65+81+22=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #415116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415116 is #BEAEE9. Grayscale: #454545. Windows color (decimal): -12496618 or 1462593. OLE color: 1462593.

HSL color Cylindrical-coordinate representation of color #415116: hue angle of 76.27º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415116 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB658122-
CMYK0.2000.730.68
HSL76.27º57.28%20.2%-
HSV(B)76.27º72.84%31.76%-
XYZ5.277.071.85-
YUV69.49101.2124.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 81 (32.03% from 255) = 48.21%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=38.69%
G=48.21%
B=13.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581220.2000.730.6876.2757.2820.2
Hex41511614049444c3914
Octal101121262401111041147124
Binary100000110100011011010100010010011000100100110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415116; }

 p { color: rgb(65,81,22); }

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

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

 a { background-color: rgb(65,81,22); }

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

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

 span { border-color: rgb(65,81,22); }

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