Html Css Color HEX #416404 Verdun Green

📋 copy color: '#416404'

red 65 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #416404

Tints of Verdun Green #416404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 38.46%
G = 59.17%
B = 2.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#416404 (or 0x416404) is known color: Verdun Green. HEX triplet: 41, 64 and 04. RGB value is (65,100,4). Sum of RGB (Red+Green+Blue) = 65+100+4=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #416404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416404 is #BE9BFB. Grayscale: #4E4E4E. Windows color (decimal): -12491772 or 287809. OLE color: 287809.

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

Color convert

RGB 65 100 4 -
CMYK 0.35 0 0.96 0.61
HSL 81.87º 0.92% 0.2% -
HSV(B) 81.87º 0.96% 0.39% -
XYZ 6.76 10.25 1.74 -
YUV 78.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 65 100 4 0.35 0 0.96 0.61 81.87 0.92 0.2
Hex 41 64 4 23 0 60 3D 52 5C 14
Octal 101 144 4 43 0 140 75 122 134 24
Binary 1000001 1100100 100 100011 0 1100000 111101 1010010 1011100 10100

Color Harmonies of #416404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416404

Black with #416404

Text Example


Text Example

White with #416404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416404; }

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

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

background-color css

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

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

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

border-color css

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

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

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