Html Css Color HEX #477401 Verdun Green

📋 copy color: '#477401'

red 71 ◦ green 116 ◦ blue 1

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

Shades of Verdun Green #477401

Tints of Verdun Green #477401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 37.77%
G = 61.7%
B = 0.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#477401 (or 0x477401) is known color: Verdun Green. HEX triplet: 47, 74 and 01. RGB value is (71,116,1). Sum of RGB (Red+Green+Blue) = 71+116+1=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #477401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477401 is #B88BFE. Grayscale: #595959. Windows color (decimal): -12094463 or 95303. OLE color: 95303.

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

Color convert

RGB 71 116 1 -
CMYK 0.39 0 0.99 0.55
HSL 83.48º 0.98% 0.23% -
HSV(B) 83.48º 0.99% 0.45% -
XYZ 8.85 13.83 2.23 -
YUV 89.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 71 116 1 0.39 0 0.99 0.55 83.48 0.98 0.23
Hex 47 74 1 27 0 63 37 53 62 17
Octal 107 164 1 47 0 143 67 123 142 27
Binary 1000111 1110100 1 100111 0 1100011 110111 1010011 1100010 10111

Color Harmonies of #477401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477401

Black with #477401

Text Example


Text Example

White with #477401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477401; }

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

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

background-color css

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

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

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

border-color css

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

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

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