Html Css Color HEX #404711 Verdun Green

📋 copy color: '#404711'

red 64 ◦ green 71 ◦ blue 17

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

Shades of Verdun Green #404711

Tints of Verdun Green #404711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.71%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 42.11%
G = 46.71%
B = 11.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#404711 (or 0x404711) is known color: Verdun Green. HEX triplet: 40, 47 and 11. RGB value is (64,71,17). Sum of RGB (Red+Green+Blue) = 64+71+17=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #404711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404711 is #BFB8EE. Grayscale: #3E3E3E. Windows color (decimal): -12564719 or 1132352. OLE color: 1132352.

HSL color Cylindrical-coordinate representation of color #404711: hue angle of 67.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #404711 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 17 -
CMYK 0.10 0 0.76 0.72
HSL 67.78º 0.61% 0.17% -
HSV(B) 67.78º 0.76% 0.28% -
XYZ 4.47 5.64 1.38 -
YUV 62.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 64 71 17 0.10 0 0.76 0.72 67.78 0.61 0.17
Hex 40 47 11 A 0 4C 48 44 3D 11
Octal 100 107 21 12 0 114 110 104 75 21
Binary 1000000 1000111 10001 1010 0 1001100 1001000 1000100 111101 10001

Color Harmonies of #404711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404711

Black with #404711

Text Example


Text Example

White with #404711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404711; }

 p { color: rgb(64,71,17); }

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

background-color css

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

 a { background-color: rgb(64,71,17); }

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

border-color css

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

 span { border-color: rgb(64,71,17); }

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