#404708

Color #404708 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #404708

Tints of Verdun Green #404708

Color information

#404708 (or 0x404708) is unknown color: approx 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

RGB64718-
CMYK0.1000.890.72
HSL66.67º79.75%15.49%-
HSV(B)66.67º88.73%27.84%-
XYZ4.415.611.08-
YUV61.7297.68129.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647180.1000.890.7266.6779.7515.49
Hex40478A059484350f
Octal1001071012013111010312017
Binary1000000100011110001010010110011001000100001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>