Html Css Color HEX #477100 Verdun Green

📋 copy color: '#477100'

red 71 ◦ green 113 ◦ blue 0

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

Shades of Verdun Green #477100

Tints of Verdun Green #477100

RGB

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

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

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

R = 38.59%
G = 61.41%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#477100 (or 0x477100) is known color: Verdun Green. HEX triplet: 47, 71 and 00. RGB value is (71,113,0). Sum of RGB (Red+Green+Blue) = 71+113+0=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #477100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477100 is #B88EFF. Grayscale: #575757. Windows color (decimal): -12095232 or 28999. OLE color: 28999.

HSL color Cylindrical-coordinate representation of color #477100: hue angle of 82.3º 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 #477100 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 0 -
CMYK 0.37 0 1 0.56
HSL 82.3º 1% 0.22% -
HSV(B) 82.3º 1% 0.44% -
XYZ 8.5 13.15 2.09 -
YUV 87.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 71 113 0 0.37 0 1 0.56 82.3 1 0.22
Hex 47 71 0 25 0 64 38 52 64 16
Octal 107 161 0 45 0 144 70 122 144 26
Binary 1000111 1110001 0 100101 0 1100100 111000 1010010 1100100 10110

Color Harmonies of #477100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477100

Black with #477100

Text Example


Text Example

White with #477100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477100; }

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

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

background-color css

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

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

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

border-color css

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

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

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