Html Css Color HEX #407005 Verdun Green

📋 copy color: '#407005'

red 64 ◦ green 112 ◦ blue 5

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

Shades of Verdun Green #407005

Tints of Verdun Green #407005

RGB

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

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

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

R = 35.36%
G = 61.88%
B = 2.76%

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

#407005 (or 0x407005) is known color: Verdun Green. HEX triplet: 40, 70 and 05. RGB value is (64,112,5). Sum of RGB (Red+Green+Blue) = 64+112+5=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #407005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407005 is #BF8FFA. Grayscale: #555555. Windows color (decimal): -12554235 or 356416. OLE color: 356416.

HSL color Cylindrical-coordinate representation of color #407005: hue angle of 86.92º degrees, saturation: 0.91, 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 #407005 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 5 -
CMYK 0.43 0 0.96 0.56
HSL 86.92º 0.91% 0.23% -
HSV(B) 86.92º 0.96% 0.44% -
XYZ 7.94 12.69 2.17 -
YUV 85.45 82.6 112.7 -
System Red Green Blue C M Y K H S L
Decimal 64 112 5 0.43 0 0.96 0.56 86.92 0.91 0.23
Hex 40 70 5 2B 0 60 38 57 5B 17
Octal 100 160 5 53 0 140 70 127 133 27
Binary 1000000 1110000 101 101011 0 1100000 111000 1010111 1011011 10111

Color Harmonies of #407005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407005

Black with #407005

Text Example


Text Example

White with #407005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407005; }

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

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

background-color css

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

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

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

border-color css

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

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

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