Html Css Color HEX #416216 Verdun Green

📋 copy color: '#416216'

red 65 ◦ green 98 ◦ blue 22

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

Shades of Verdun Green #416216

Tints of Verdun Green #416216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 35.14%
G = 52.97%
B = 11.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#416216 (or 0x416216) is known color: Verdun Green. HEX triplet: 41, 62 and 16. RGB value is (65,98,22). Sum of RGB (Red+Green+Blue) = 65+98+22=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #416216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416216 is #BE9DE9. Grayscale: #4F4F4F. Windows color (decimal): -12492266 or 1466945. OLE color: 1466945.

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

Color convert

RGB 65 98 22 -
CMYK 0.34 0 0.78 0.62
HSL 86.05º 0.63% 0.24% -
HSV(B) 86.05º 0.78% 0.38% -
XYZ 6.69 9.92 2.32 -
YUV 79.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 65 98 22 0.34 0 0.78 0.62 86.05 0.63 0.24
Hex 41 62 16 22 0 4E 3E 56 3F 18
Octal 101 142 26 42 0 116 76 126 77 30
Binary 1000001 1100010 10110 100010 0 1001110 111110 1010110 111111 11000

Color Harmonies of #416216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416216

Black with #416216

Text Example


Text Example

White with #416216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416216; }

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

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

background-color css

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

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

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

border-color css

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

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

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