Html Css Color HEX #477600 Verdun Green

📋 copy color: '#477600'

red 71 ◦ green 118 ◦ blue 0

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

Shades of Verdun Green #477600

Tints of Verdun Green #477600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.43%

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

R = 37.57%
G = 62.43%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#477600 (or 0x477600) is known color: Verdun Green. HEX triplet: 47, 76 and 00. RGB value is (71,118,0). Sum of RGB (Red+Green+Blue) = 71+118+0=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #477600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477600 is #B889FF. Grayscale: #5A5A5A. Windows color (decimal): -12093952 or 30279. OLE color: 30279.

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

Color convert

RGB 71 118 0 -
CMYK 0.40 0 1 0.54
HSL 83.9º 1% 0.23% -
HSV(B) 83.9º 1% 0.46% -
XYZ 9.08 14.3 2.28 -
YUV 90.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 71 118 0 0.40 0 1 0.54 83.9 1 0.23
Hex 47 76 0 28 0 64 36 54 64 17
Octal 107 166 0 50 0 144 66 124 144 27
Binary 1000111 1110110 0 101000 0 1100100 110110 1010100 1100100 10111

Color Harmonies of #477600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477600

Black with #477600

Text Example


Text Example

White with #477600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477600; }

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

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

background-color css

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

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

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

border-color css

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

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

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