Html Css Color HEX #404704 Verdun Green

📋 copy color: '#404704'

red 64 ◦ green 71 ◦ blue 4

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

Shades of Verdun Green #404704

Tints of Verdun Green #404704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 46.04%
G = 51.08%
B = 2.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#404704 (or 0x404704) is known color: Verdun Green. HEX triplet: 40, 47 and 04. RGB value is (64,71,4). Sum of RGB (Red+Green+Blue) = 64+71+4=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #404704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404704 is #BFB8FB. Grayscale: #3D3D3D. Windows color (decimal): -12564732 or 280384. OLE color: 280384.

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

Color convert

RGB 64 71 4 -
CMYK 0.10 0 0.94 0.72
HSL 66.27º 0.89% 0.15% -
HSV(B) 66.27º 0.94% 0.28% -
XYZ 4.39 5.61 0.97 -
YUV 61.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 64 71 4 0.10 0 0.94 0.72 66.27 0.89 0.15
Hex 40 47 4 A 0 5E 48 42 59 F
Octal 100 107 4 12 0 136 110 102 131 17
Binary 1000000 1000111 100 1010 0 1011110 1001000 1000010 1011001 1111

Color Harmonies of #404704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404704

Black with #404704

Text Example


Text Example

White with #404704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404704; }

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

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

background-color css

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

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

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

border-color css

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

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

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