Html Css Color HEX #404F17 Verdun Green

📋 copy color: '#404F17'

red 64 ◦ green 79 ◦ blue 23

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

Shades of Verdun Green #404F17

Tints of Verdun Green #404F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 38.55%
G = 47.59%
B = 13.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#404F17 (or 0x404F17) is known color: Verdun Green. HEX triplet: 40, 4F and 17. RGB value is (64,79,23). Sum of RGB (Red+Green+Blue) = 64+79+23=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #404F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F17 is #BFB0E8. Grayscale: #444444. Windows color (decimal): -12562665 or 1527616. OLE color: 1527616.

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

Color convert

RGB 64 79 23 -
CMYK 0.19 0 0.71 0.69
HSL 76.07º 0.55% 0.2% -
HSV(B) 76.07º 0.71% 0.31% -
XYZ 5.06 6.74 1.85 -
YUV 68.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 64 79 23 0.19 0 0.71 0.69 76.07 0.55 0.2
Hex 40 4F 17 13 0 47 45 4C 37 14
Octal 100 117 27 23 0 107 105 114 67 24
Binary 1000000 1001111 10111 10011 0 1000111 1000101 1001100 110111 10100

Color Harmonies of #404F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F17

Black with #404F17

Text Example


Text Example

White with #404F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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