Html Css Color HEX #416611 Verdun Green

📋 copy color: '#416611'

red 65 ◦ green 102 ◦ blue 17

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

Shades of Verdun Green #416611

Tints of Verdun Green #416611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.43%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 35.33%
G = 55.43%
B = 9.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#416611 (or 0x416611) is known color: Verdun Green. HEX triplet: 41, 66 and 11. RGB value is (65,102,17). Sum of RGB (Red+Green+Blue) = 65+102+17=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #416611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416611 is #BE99EE. Grayscale: #515151. Windows color (decimal): -12491247 or 1140289. OLE color: 1140289.

HSL color Cylindrical-coordinate representation of color #416611: hue angle of 86.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #416611 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 17 -
CMYK 0.36 0 0.83 0.6
HSL 86.12º 0.71% 0.23% -
HSV(B) 86.12º 0.83% 0.4% -
XYZ 7.03 10.67 2.22 -
YUV 81.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 65 102 17 0.36 0 0.83 0.6 86.12 0.71 0.23
Hex 41 66 11 24 0 53 3C 56 47 17
Octal 101 146 21 44 0 123 74 126 107 27
Binary 1000001 1100110 10001 100100 0 1010011 111100 1010110 1000111 10111

Color Harmonies of #416611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416611

Black with #416611

Text Example


Text Example

White with #416611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416611; }

 p { color: rgb(65,102,17); }

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

background-color css

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

 a { background-color: rgb(65,102,17); }

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

border-color css

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

 span { border-color: rgb(65,102,17); }

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