#416110

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

Shades of Verdun Green #416110

Tints of Verdun Green #416110

Color information

#416110 (or 0x416110) is unknown color: approx Verdun Green. HEX triplet: 41, 61 and 10. RGB value is (65,97,16). Sum of RGB (Red+Green+Blue) = 65+97+16=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #416110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416110 is #BE9EEF. Grayscale: #4E4E4E. Windows color (decimal): -12492528 or 1073473. OLE color: 1073473.

HSL color Cylindrical-coordinate representation of color #416110: hue angle of 83.7º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #416110 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB659716-
CMYK0.3300.840.62
HSL83.7º71.68%22.16%-
HSV(B)83.7º83.51%38.04%-
XYZ6.559.712.02-
YUV78.292.9118.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=36.52%
G=54.49%
B=8.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597160.3300.840.6283.771.6822.16
Hex416110210543E544816
Octal101141204101247612411026
Binary1000001110000110000100001010101001111101010100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416110; }

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

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

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

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

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

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

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

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