Html Css Color HEX #407100 Verdun Green

📋 copy color: '#407100'

red 64 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #407100

Tints of Verdun Green #407100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 63.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.16%
G = 63.84%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#407100 (or 0x407100) is known color: Verdun Green. HEX triplet: 40, 71 and 00. RGB value is (64,113,0). Sum of RGB (Red+Green+Blue) = 64+113+0=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #407100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407100 is #BF8EFF. Grayscale: #555555. Windows color (decimal): -12553984 or 28992. OLE color: 28992.

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

Color convert

RGB 64 113 0 -
CMYK 0.43 0 1 0.56
HSL 86.02º 1% 0.22% -
HSV(B) 86.02º 1% 0.44% -
XYZ 8.02 12.9 2.07 -
YUV 85.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 64 113 0 0.43 0 1 0.56 86.02 1 0.22
Hex 40 71 0 2B 0 64 38 56 64 16
Octal 100 161 0 53 0 144 70 126 144 26
Binary 1000000 1110001 0 101011 0 1100100 111000 1010110 1100100 10110

Color Harmonies of #407100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407100

Black with #407100

Text Example


Text Example

White with #407100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407100; }

 p { color: rgb(64,113,0); }

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

background-color css

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

 a { background-color: rgb(64,113,0); }

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

border-color css

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

 span { border-color: rgb(64,113,0); }

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