Html Css Color HEX #407105 Verdun Green

📋 copy color: '#407105'

red 64 ◦ green 113 ◦ blue 5

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

Shades of Verdun Green #407105

Tints of Verdun Green #407105

RGB

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

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

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

R = 35.16%
G = 62.09%
B = 2.75%

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

#407105 (or 0x407105) is known color: Verdun Green. HEX triplet: 40, 71 and 05. RGB value is (64,113,5). Sum of RGB (Red+Green+Blue) = 64+113+5=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #407105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407105 is #BF8EFA. Grayscale: #565656. Windows color (decimal): -12553979 or 356672. OLE color: 356672.

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

Color convert

RGB 64 113 5 -
CMYK 0.43 0 0.96 0.56
HSL 87.22º 0.92% 0.23% -
HSV(B) 87.22º 0.96% 0.44% -
XYZ 8.05 12.91 2.21 -
YUV 86.04 82.27 112.28 -
System Red Green Blue C M Y K H S L
Decimal 64 113 5 0.43 0 0.96 0.56 87.22 0.92 0.23
Hex 40 71 5 2B 0 60 38 57 5C 17
Octal 100 161 5 53 0 140 70 127 134 27
Binary 1000000 1110001 101 101011 0 1100000 111000 1010111 1011100 10111

Color Harmonies of #407105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407105

Black with #407105

Text Example


Text Example

White with #407105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407105; }

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

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

background-color css

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

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

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

border-color css

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

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

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