Html Css Color HEX #414911 Verdun Green

📋 copy color: '#414911'

red 65 ◦ green 73 ◦ blue 17

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

Shades of Verdun Green #414911

Tints of Verdun Green #414911

RGB

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

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

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

R = 41.94%
G = 47.1%
B = 10.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#414911 (or 0x414911) is known color: Verdun Green. HEX triplet: 41, 49 and 11. RGB value is (65,73,17). Sum of RGB (Red+Green+Blue) = 65+73+17=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #414911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414911 is #BEB6EE. Grayscale: #404040. Windows color (decimal): -12498671 or 1132865. OLE color: 1132865.

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

Color convert

RGB 65 73 17 -
CMYK 0.11 0 0.77 0.71
HSL 68.57º 0.62% 0.18% -
HSV(B) 68.57º 0.77% 0.29% -
XYZ 4.66 5.93 1.43 -
YUV 64.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 65 73 17 0.11 0 0.77 0.71 68.57 0.62 0.18
Hex 41 49 11 B 0 4D 47 45 3E 12
Octal 101 111 21 13 0 115 107 105 76 22
Binary 1000001 1001001 10001 1011 0 1001101 1000111 1000101 111110 10010

Color Harmonies of #414911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414911

Black with #414911

Text Example


Text Example

White with #414911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414911; }

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

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

background-color css

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

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

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

border-color css

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

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

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