Html Css Color HEX #477400 Verdun Green

📋 copy color: '#477400'

red 71 ◦ green 116 ◦ blue 0

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

Shades of Verdun Green #477400

Tints of Verdun Green #477400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.03%

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

R = 37.97%
G = 62.03%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#477400 (or 0x477400) is known color: Verdun Green. HEX triplet: 47, 74 and 00. RGB value is (71,116,0). Sum of RGB (Red+Green+Blue) = 71+116+0=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #477400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477400 is #B88BFF. Grayscale: #595959. Windows color (decimal): -12094464 or 29767. OLE color: 29767.

HSL color Cylindrical-coordinate representation of color #477400: hue angle of 83.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #477400 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 0 -
CMYK 0.39 0 1 0.55
HSL 83.28º 1% 0.23% -
HSV(B) 83.28º 1% 0.45% -
XYZ 8.84 13.83 2.2 -
YUV 89.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 71 116 0 0.39 0 1 0.55 83.28 1 0.23
Hex 47 74 0 27 0 64 37 53 64 17
Octal 107 164 0 47 0 144 67 123 144 27
Binary 1000111 1110100 0 100111 0 1100100 110111 1010011 1100100 10111

Color Harmonies of #477400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477400

Black with #477400

Text Example


Text Example

White with #477400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477400; }

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

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

background-color css

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

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

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

border-color css

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

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

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