Html Css Color HEX #404705 Verdun Green

📋 copy color: '#404705'

red 64 ◦ green 71 ◦ blue 5

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

Shades of Verdun Green #404705

Tints of Verdun Green #404705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 45.71%
G = 50.71%
B = 3.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#404705 (or 0x404705) is known color: Verdun Green. HEX triplet: 40, 47 and 05. RGB value is (64,71,5). Sum of RGB (Red+Green+Blue) = 64+71+5=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #404705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404705 is #BFB8FA. Grayscale: #3D3D3D. Windows color (decimal): -12564731 or 345920. OLE color: 345920.

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

Color convert

RGB 64 71 5 -
CMYK 0.10 0 0.93 0.72
HSL 66.36º 0.87% 0.15% -
HSV(B) 66.36º 0.93% 0.28% -
XYZ 4.39 5.61 0.99 -
YUV 61.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 64 71 5 0.10 0 0.93 0.72 66.36 0.87 0.15
Hex 40 47 5 A 0 5D 48 42 57 F
Octal 100 107 5 12 0 135 110 102 127 17
Binary 1000000 1000111 101 1010 0 1011101 1001000 1000010 1010111 1111

Color Harmonies of #404705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404705

Black with #404705

Text Example


Text Example

White with #404705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404705; }

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

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

background-color css

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

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

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

border-color css

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

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

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