Html Css Color HEX #416810 Verdun Green

📋 copy color: '#416810'

red 65 ◦ green 104 ◦ blue 16

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

Shades of Verdun Green #416810

Tints of Verdun Green #416810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 35.14%
G = 56.22%
B = 8.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#416810 (or 0x416810) is known color: Verdun Green. HEX triplet: 41, 68 and 10. RGB value is (65,104,16). Sum of RGB (Red+Green+Blue) = 65+104+16=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #416810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416810 is #BE97EF. Grayscale: #525252. Windows color (decimal): -12490736 or 1075265. OLE color: 1075265.

HSL color Cylindrical-coordinate representation of color #416810: hue angle of 86.59º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #416810 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 16 -
CMYK 0.38 0 0.85 0.59
HSL 86.59º 0.73% 0.24% -
HSV(B) 86.59º 0.85% 0.41% -
XYZ 7.22 11.06 2.24 -
YUV 82.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 65 104 16 0.38 0 0.85 0.59 86.59 0.73 0.24
Hex 41 68 10 26 0 55 3B 57 49 18
Octal 101 150 20 46 0 125 73 127 111 30
Binary 1000001 1101000 10000 100110 0 1010101 111011 1010111 1001001 11000

Color Harmonies of #416810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416810

Black with #416810

Text Example


Text Example

White with #416810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416810; }

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

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

background-color css

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

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

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

border-color css

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

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

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