Html Css Color HEX #404710 Verdun Green

📋 copy color: '#404710'

red 64 ◦ green 71 ◦ blue 16

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

Shades of Verdun Green #404710

Tints of Verdun Green #404710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 42.38%
G = 47.02%
B = 10.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#404710 (or 0x404710) is known color: Verdun Green. HEX triplet: 40, 47 and 10. RGB value is (64,71,16). Sum of RGB (Red+Green+Blue) = 64+71+16=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #404710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404710 is #BFB8EF. Grayscale: #3E3E3E. Windows color (decimal): -12564720 or 1066816. OLE color: 1066816.

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

Color convert

RGB 64 71 16 -
CMYK 0.10 0 0.77 0.72
HSL 67.64º 0.63% 0.17% -
HSV(B) 67.64º 0.77% 0.28% -
XYZ 4.46 5.63 1.34 -
YUV 62.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 64 71 16 0.10 0 0.77 0.72 67.64 0.63 0.17
Hex 40 47 10 A 0 4D 48 44 3F 11
Octal 100 107 20 12 0 115 110 104 77 21
Binary 1000000 1000111 10000 1010 0 1001101 1001000 1000100 111111 10001

Color Harmonies of #404710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404710

Black with #404710

Text Example


Text Example

White with #404710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404710; }

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

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

background-color css

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

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

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

border-color css

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

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

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