Html Css Color HEX #404701 Verdun Green

📋 copy color: '#404701'

red 64 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #404701

Tints of Verdun Green #404701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 47.06%
G = 52.21%
B = 0.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#404701 (or 0x404701) is known color: Verdun Green. HEX triplet: 40, 47 and 01. RGB value is (64,71,1). Sum of RGB (Red+Green+Blue) = 64+71+1=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #404701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404701 is #BFB8FE. Grayscale: #3D3D3D. Windows color (decimal): -12564735 or 83776. OLE color: 83776.

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

Color convert

RGB 64 71 1 -
CMYK 0.10 0 0.99 0.72
HSL 66º 0.97% 0.14% -
HSV(B) 66º 0.99% 0.28% -
XYZ 4.37 5.6 0.88 -
YUV 60.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 64 71 1 0.10 0 0.99 0.72 66 0.97 0.14
Hex 40 47 1 A 0 63 48 42 61 E
Octal 100 107 1 12 0 143 110 102 141 16
Binary 1000000 1000111 1 1010 0 1100011 1001000 1000010 1100001 1110

Color Harmonies of #404701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404701

Black with #404701

Text Example


Text Example

White with #404701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404701; }

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

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

background-color css

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

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

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

border-color css

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

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

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