Html Css Color HEX #404708 Verdun Green

📋 copy color: '#404708'

red 64 ◦ green 71 ◦ blue 8

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

Shades of Verdun Green #404708

Tints of Verdun Green #404708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 44.76%
G = 49.65%
B = 5.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#404708 (or 0x404708) is known color: Verdun Green. HEX triplet: 40, 47 and 08. RGB value is (64,71,8). Sum of RGB (Red+Green+Blue) = 64+71+8=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #404708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404708 is #BFB8F7. Grayscale: #3D3D3D. Windows color (decimal): -12564728 or 542528. OLE color: 542528.

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

Color convert

RGB 64 71 8 -
CMYK 0.10 0 0.89 0.72
HSL 66.67º 0.8% 0.15% -
HSV(B) 66.67º 0.89% 0.28% -
XYZ 4.41 5.61 1.08 -
YUV 61.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 64 71 8 0.10 0 0.89 0.72 66.67 0.8 0.15
Hex 40 47 8 A 0 59 48 43 50 F
Octal 100 107 10 12 0 131 110 103 120 17
Binary 1000000 1000111 1000 1010 0 1011001 1001000 1000011 1010000 1111

Color Harmonies of #404708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404708

Black with #404708

Text Example


Text Example

White with #404708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404708; }

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

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

background-color css

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

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

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

border-color css

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

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

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