Html Css Color HEX #477106 Verdun Green

📋 copy color: '#477106'

red 71 ◦ green 113 ◦ blue 6

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

Shades of Verdun Green #477106

Tints of Verdun Green #477106

RGB

 RED value IS 71 (28.13% from 255) = 37.37%

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

 BLUE value IS 6 (2.73% from 255) = 3.16%

R = 37.37%
G = 59.47%
B = 3.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#477106 (or 0x477106) is known color: Verdun Green. HEX triplet: 47, 71 and 06. RGB value is (71,113,6). Sum of RGB (Red+Green+Blue) = 71+113+6=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #477106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477106 is #B88EF9. Grayscale: #585858. Windows color (decimal): -12095226 or 422215. OLE color: 422215.

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

Color convert

RGB 71 113 6 -
CMYK 0.37 0 0.95 0.56
HSL 83.55º 0.9% 0.23% -
HSV(B) 83.55º 0.95% 0.44% -
XYZ 8.54 13.16 2.26 -
YUV 88.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 71 113 6 0.37 0 0.95 0.56 83.55 0.9 0.23
Hex 47 71 6 25 0 5F 38 54 5A 17
Octal 107 161 6 45 0 137 70 124 132 27
Binary 1000111 1110001 110 100101 0 1011111 111000 1010100 1011010 10111

Color Harmonies of #477106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477106

Black with #477106

Text Example


Text Example

White with #477106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477106; }

 p { color: rgb(71,113,6); }

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

background-color css

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

 a { background-color: rgb(71,113,6); }

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

border-color css

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

 span { border-color: rgb(71,113,6); }

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