Html Css Color HEX #406707 Verdun Green

📋 copy color: '#406707'

red 64 ◦ green 103 ◦ blue 7

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

Shades of Verdun Green #406707

Tints of Verdun Green #406707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 59.2%

 BLUE value IS 7 (3.13% from 255) = 4.02%

R = 36.78%
G = 59.2%
B = 4.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#406707 (or 0x406707) is known color: Verdun Green. HEX triplet: 40, 67 and 07. RGB value is (64,103,7). Sum of RGB (Red+Green+Blue) = 64+103+7=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #406707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406707 is #BF98F8. Grayscale: #505050. Windows color (decimal): -12556537 or 485184. OLE color: 485184.

HSL color Cylindrical-coordinate representation of color #406707: hue angle of 84.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #406707 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 7 -
CMYK 0.38 0 0.93 0.60
HSL 84.38º 0.87% 0.22% -
HSV(B) 84.38º 0.93% 0.4% -
XYZ 7 10.81 1.92 -
YUV 80.4 86.58 116.31 -
System Red Green Blue C M Y K H S L
Decimal 64 103 7 0.38 0 0.93 0.60 84.38 0.87 0.22
Hex 40 67 7 26 0 5D 3C 54 57 16
Octal 100 147 7 46 0 135 74 124 127 26
Binary 1000000 1100111 111 100110 0 1011101 111100 1010100 1010111 10110

Color Harmonies of #406707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406707

Black with #406707

Text Example


Text Example

White with #406707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406707; }

 p { color: rgb(64,103,7); }

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

background-color css

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

 a { background-color: rgb(64,103,7); }

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

border-color css

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

 span { border-color: rgb(64,103,7); }

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