Html Css Color HEX #404D19 Verdun Green

📋 copy color: '#404D19'

red 64 ◦ green 77 ◦ blue 25

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

Shades of Verdun Green #404D19

Tints of Verdun Green #404D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.39%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 38.55%
G = 46.39%
B = 15.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#404D19 (or 0x404D19) is known color: Verdun Green. HEX triplet: 40, 4D and 19. RGB value is (64,77,25). Sum of RGB (Red+Green+Blue) = 64+77+25=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #404D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404D19 is #BFB2E6. Grayscale: #434343. Windows color (decimal): -12563175 or 1658176. OLE color: 1658176.

HSL color Cylindrical-coordinate representation of color #404D19: hue angle of 75º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404D19 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 77 25 -
CMYK 0.17 0 0.68 0.70
HSL 75º 0.51% 0.2% -
HSV(B) 75º 0.68% 0.3% -
XYZ 4.94 6.47 1.91 -
YUV 67.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 64 77 25 0.17 0 0.68 0.70 75 0.51 0.2
Hex 40 4D 19 11 0 44 46 4B 33 14
Octal 100 115 31 21 0 104 106 113 63 24
Binary 1000000 1001101 11001 10001 0 1000100 1000110 1001011 110011 10100

Color Harmonies of #404D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404D19

Black with #404D19

Text Example


Text Example

White with #404D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,77,25); }

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

background-color css

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

 a { background-color: rgb(64,77,25); }

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

border-color css

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

 span { border-color: rgb(64,77,25); }

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