Html Css Color HEX #477601 Verdun Green

📋 copy color: '#477601'

red 71 ◦ green 118 ◦ blue 1

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

Shades of Verdun Green #477601

Tints of Verdun Green #477601

RGB

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

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

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

R = 37.37%
G = 62.11%
B = 0.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#477601 (or 0x477601) is known color: Verdun Green. HEX triplet: 47, 76 and 01. RGB value is (71,118,1). Sum of RGB (Red+Green+Blue) = 71+118+1=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #477601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477601 is #B889FE. Grayscale: #5B5B5B. Windows color (decimal): -12093951 or 95815. OLE color: 95815.

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

Color convert

RGB 71 118 1 -
CMYK 0.40 0 0.99 0.54
HSL 84.1º 0.98% 0.23% -
HSV(B) 84.1º 0.99% 0.46% -
XYZ 9.08 14.3 2.31 -
YUV 90.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 71 118 1 0.40 0 0.99 0.54 84.1 0.98 0.23
Hex 47 76 1 28 0 63 36 54 62 17
Octal 107 166 1 50 0 143 66 124 142 27
Binary 1000111 1110110 1 101000 0 1100011 110110 1010100 1100010 10111

Color Harmonies of #477601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477601

Black with #477601

Text Example


Text Example

White with #477601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477601; }

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

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

background-color css

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

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

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

border-color css

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

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

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