Html Css Color HEX #407004 Verdun Green

📋 copy color: '#407004'

red 64 ◦ green 112 ◦ blue 4

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

Shades of Verdun Green #407004

Tints of Verdun Green #407004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 62.22%

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

R = 35.56%
G = 62.22%
B = 2.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#407004 (or 0x407004) is known color: Verdun Green. HEX triplet: 40, 70 and 04. RGB value is (64,112,4). Sum of RGB (Red+Green+Blue) = 64+112+4=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #407004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407004 is #BF8FFB. Grayscale: #555555. Windows color (decimal): -12554236 or 290880. OLE color: 290880.

HSL color Cylindrical-coordinate representation of color #407004: hue angle of 86.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #407004 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 4 -
CMYK 0.43 0 0.96 0.56
HSL 86.67º 0.93% 0.23% -
HSV(B) 86.67º 0.96% 0.44% -
XYZ 7.93 12.69 2.15 -
YUV 85.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 64 112 4 0.43 0 0.96 0.56 86.67 0.93 0.23
Hex 40 70 4 2B 0 60 38 57 5D 17
Octal 100 160 4 53 0 140 70 127 135 27
Binary 1000000 1110000 100 101011 0 1100000 111000 1010111 1011101 10111

Color Harmonies of #407004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407004

Black with #407004

Text Example


Text Example

White with #407004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407004; }

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

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

background-color css

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

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

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

border-color css

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

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

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