Html Css Color HEX #404B17 Verdun Green

📋 copy color: '#404B17'

red 64 ◦ green 75 ◦ blue 23

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

Shades of Verdun Green #404B17

Tints of Verdun Green #404B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.3%

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

R = 39.51%
G = 46.3%
B = 14.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#404B17 (or 0x404B17) is known color: Verdun Green. HEX triplet: 40, 4B and 17. RGB value is (64,75,23). Sum of RGB (Red+Green+Blue) = 64+75+23=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #404B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B17 is #BFB4E8. Grayscale: #414141. Windows color (decimal): -12563689 or 1526592. OLE color: 1526592.

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

Color convert

RGB 64 75 23 -
CMYK 0.15 0 0.69 0.71
HSL 72.69º 0.53% 0.19% -
HSV(B) 72.69º 0.69% 0.29% -
XYZ 4.79 6.18 1.75 -
YUV 65.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 64 75 23 0.15 0 0.69 0.71 72.69 0.53 0.19
Hex 40 4B 17 F 0 45 47 49 35 13
Octal 100 113 27 17 0 105 107 111 65 23
Binary 1000000 1001011 10111 1111 0 1000101 1000111 1001001 110101 10011

Color Harmonies of #404B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B17

Black with #404B17

Text Example


Text Example

White with #404B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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