Html Css Color HEX #416411 Verdun Green

📋 copy color: '#416411'

red 65 ◦ green 100 ◦ blue 17

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

Shades of Verdun Green #416411

Tints of Verdun Green #416411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.95%

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

R = 35.71%
G = 54.95%
B = 9.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#416411 (or 0x416411) is known color: Verdun Green. HEX triplet: 41, 64 and 11. RGB value is (65,100,17). Sum of RGB (Red+Green+Blue) = 65+100+17=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #416411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416411 is #BE9BEE. Grayscale: #505050. Windows color (decimal): -12491759 or 1139777. OLE color: 1139777.

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

Color convert

RGB 65 100 17 -
CMYK 0.35 0 0.83 0.61
HSL 85.3º 0.71% 0.23% -
HSV(B) 85.3º 0.83% 0.39% -
XYZ 6.84 10.28 2.15 -
YUV 80.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 65 100 17 0.35 0 0.83 0.61 85.3 0.71 0.23
Hex 41 64 11 23 0 53 3D 55 47 17
Octal 101 144 21 43 0 123 75 125 107 27
Binary 1000001 1100100 10001 100011 0 1010011 111101 1010101 1000111 10111

Color Harmonies of #416411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416411

Black with #416411

Text Example


Text Example

White with #416411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416411; }

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

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

background-color css

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

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

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

border-color css

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

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

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