#416113

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

Shades of Verdun Green #416113

Tints of Verdun Green #416113

Color information

#416113 (or 0x416113) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 13. RGB value is (65,97,19). Sum of RGB (Red+Green+Blue) = 65+97+19=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #416113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416113 is #BE9EEC. Grayscale: #4E4E4E. Windows color (decimal): -12492525 or 1270081. OLE color: 1270081.

HSL color Cylindrical-coordinate representation of color #416113: hue angle of 84.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416113 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB659719-
CMYK0.3300.800.62
HSL84.62º67.24%22.75%-
HSV(B)84.62º80.41%38.04%-
XYZ6.579.722.15-
YUV78.5494.4118.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=35.91%
G=53.59%
B=10.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597190.3300.800.6284.6267.2422.75
Hex416113210503E554317
Octal101141234101207612510327
Binary1000001110000110011100001010100001111101010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416113; }

 p { color: rgb(65,97,19); }

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

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

 a { background-color: rgb(65,97,19); }

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

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

 span { border-color: rgb(65,97,19); }

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