Html Css Color HEX #414906 Verdun Green

📋 copy color: '#414906'

red 65 ◦ green 73 ◦ blue 6

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

Shades of Verdun Green #414906

Tints of Verdun Green #414906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 50.69%

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 45.14%
G = 50.69%
B = 4.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#414906 (or 0x414906) is known color: Verdun Green. HEX triplet: 41, 49 and 06. RGB value is (65,73,6). Sum of RGB (Red+Green+Blue) = 65+73+6=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #414906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414906 is #BEB6F9. Grayscale: #3F3F3F. Windows color (decimal): -12498682 or 411969. OLE color: 411969.

HSL color Cylindrical-coordinate representation of color #414906: hue angle of 67.16º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414906 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 6 -
CMYK 0.11 0 0.92 0.71
HSL 67.16º 0.85% 0.15% -
HSV(B) 67.16º 0.92% 0.29% -
XYZ 4.6 5.9 1.07 -
YUV 62.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 65 73 6 0.11 0 0.92 0.71 67.16 0.85 0.15
Hex 41 49 6 B 0 5C 47 43 55 F
Octal 101 111 6 13 0 134 107 103 125 17
Binary 1000001 1001001 110 1011 0 1011100 1000111 1000011 1010101 1111

Color Harmonies of #414906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414906

Black with #414906

Text Example


Text Example

White with #414906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414906; }

 p { color: rgb(65,73,6); }

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

background-color css

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

 a { background-color: rgb(65,73,6); }

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

border-color css

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

 span { border-color: rgb(65,73,6); }

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