Html Css Color HEX #404F19 Verdun Green

📋 copy color: '#404F19'

red 64 ◦ green 79 ◦ blue 25

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

Shades of Verdun Green #404F19

Tints of Verdun Green #404F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.02%

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

R = 38.1%
G = 47.02%
B = 14.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#404F19 (or 0x404F19) is known color: Verdun Green. HEX triplet: 40, 4F and 19. RGB value is (64,79,25). Sum of RGB (Red+Green+Blue) = 64+79+25=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #404F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F19 is #BFB0E6. Grayscale: #444444. Windows color (decimal): -12562663 or 1658688. OLE color: 1658688.

HSL color Cylindrical-coordinate representation of color #404F19: hue angle of 76.67º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404F19 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 79 25 -
CMYK 0.19 0 0.68 0.69
HSL 76.67º 0.52% 0.2% -
HSV(B) 76.67º 0.68% 0.31% -
XYZ 5.09 6.75 1.95 -
YUV 68.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 64 79 25 0.19 0 0.68 0.69 76.67 0.52 0.2
Hex 40 4F 19 13 0 44 45 4D 34 14
Octal 100 117 31 23 0 104 105 115 64 24
Binary 1000000 1001111 11001 10011 0 1000100 1000101 1001101 110100 10100

Color Harmonies of #404F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F19

Black with #404F19

Text Example


Text Example

White with #404F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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