Html Css Color HEX #404A14 Verdun Green

📋 copy color: '#404A14'

red 64 ◦ green 74 ◦ blue 20

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

Shades of Verdun Green #404A14

Tints of Verdun Green #404A14

RGB

 RED value IS 64 (25.39% from 255) = 40.51%

 GREEN value IS 74 (29.3% from 255) = 46.84%

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

R = 40.51%
G = 46.84%
B = 12.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#404A14 (or 0x404A14) is known color: Verdun Green. HEX triplet: 40, 4A and 14. RGB value is (64,74,20). Sum of RGB (Red+Green+Blue) = 64+74+20=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #404A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A14 is #BFB5EB. Grayscale: #414141. Windows color (decimal): -12563948 or 1329728. OLE color: 1329728.

HSL color Cylindrical-coordinate representation of color #404A14: hue angle of 71.11º 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 #404A14 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 20 -
CMYK 0.14 0 0.73 0.71
HSL 71.11º 0.57% 0.18% -
HSV(B) 71.11º 0.73% 0.29% -
XYZ 4.69 6.04 1.58 -
YUV 64.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 64 74 20 0.14 0 0.73 0.71 71.11 0.57 0.18
Hex 40 4A 14 E 0 49 47 47 39 12
Octal 100 112 24 16 0 111 107 107 71 22
Binary 1000000 1001010 10100 1110 0 1001001 1000111 1000111 111001 10010

Color Harmonies of #404A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A14

Black with #404A14

Text Example


Text Example

White with #404A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A14; }

 p { color: rgb(64,74,20); }

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

background-color css

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

 a { background-color: rgb(64,74,20); }

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

border-color css

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

 span { border-color: rgb(64,74,20); }

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