Html Css Color HEX #414914 Verdun Green

📋 copy color: '#414914'

red 65 ◦ green 73 ◦ blue 20

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

Shades of Verdun Green #414914

Tints of Verdun Green #414914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 41.14%
G = 46.2%
B = 12.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#414914 (or 0x414914) is known color: Verdun Green. HEX triplet: 41, 49 and 14. RGB value is (65,73,20). Sum of RGB (Red+Green+Blue) = 65+73+20=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #414914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414914 is #BEB6EB. Grayscale: #404040. Windows color (decimal): -12498668 or 1329473. OLE color: 1329473.

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

Color convert

RGB 65 73 20 -
CMYK 0.11 0 0.73 0.71
HSL 69.06º 0.57% 0.18% -
HSV(B) 69.06º 0.73% 0.29% -
XYZ 4.69 5.94 1.56 -
YUV 64.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 65 73 20 0.11 0 0.73 0.71 69.06 0.57 0.18
Hex 41 49 14 B 0 49 47 45 39 12
Octal 101 111 24 13 0 111 107 105 71 22
Binary 1000001 1001001 10100 1011 0 1001001 1000111 1000101 111001 10010

Color Harmonies of #414914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414914

Black with #414914

Text Example


Text Example

White with #414914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414914; }

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

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

background-color css

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

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

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

border-color css

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

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

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