Html Css Color HEX #416116 Verdun Green

📋 copy color: '#416116'

red 65 ◦ green 97 ◦ blue 22

#416116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #416116

Tints of Verdun Green #416116

RGB

 RED value IS 65 (25.78% from 255) = 35.33%

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 35.33%
G = 52.72%
B = 11.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#416116 (or 0x416116) is known color: Verdun Green. HEX triplet: 41, 61 and 16. RGB value is (65,97,22). Sum of RGB (Red+Green+Blue) = 65+97+22=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #416116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416116 is #BE9EE9. Grayscale: #4F4F4F. Windows color (decimal): -12492522 or 1466689. OLE color: 1466689.

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

Color convert

RGB 65 97 22 -
CMYK 0.33 0 0.77 0.62
HSL 85.6º 0.63% 0.23% -
HSV(B) 85.6º 0.77% 0.38% -
XYZ 6.6 9.73 2.29 -
YUV 78.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 65 97 22 0.33 0 0.77 0.62 85.6 0.63 0.23
Hex 41 61 16 21 0 4D 3E 56 3F 17
Octal 101 141 26 41 0 115 76 126 77 27
Binary 1000001 1100001 10110 100001 0 1001101 111110 1010110 111111 10111

Color Harmonies of #416116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416116

Black with #416116

Text Example


Text Example

White with #416116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416116; }

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

 H1.HeaderClassName
 {
   color: #416116;
 }
 .AnyTagClassName
 {
   color: #416116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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