Html Css Color HEX #477301 Verdun Green

📋 copy color: '#477301'

red 71 ◦ green 115 ◦ blue 1

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

Shades of Verdun Green #477301

Tints of Verdun Green #477301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

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

R = 37.97%
G = 61.5%
B = 0.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#477301 (or 0x477301) is known color: Verdun Green. HEX triplet: 47, 73 and 01. RGB value is (71,115,1). Sum of RGB (Red+Green+Blue) = 71+115+1=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #477301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477301 is #B88CFE. Grayscale: #595959. Windows color (decimal): -12094719 or 95047. OLE color: 95047.

HSL color Cylindrical-coordinate representation of color #477301: hue angle of 83.16º 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 #477301 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 115 1 -
CMYK 0.38 0 0.99 0.55
HSL 83.16º 0.98% 0.23% -
HSV(B) 83.16º 0.99% 0.45% -
XYZ 8.73 13.6 2.19 -
YUV 88.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 71 115 1 0.38 0 0.99 0.55 83.16 0.98 0.23
Hex 47 73 1 26 0 63 37 53 62 17
Octal 107 163 1 46 0 143 67 123 142 27
Binary 1000111 1110011 1 100110 0 1100011 110111 1010011 1100010 10111

Color Harmonies of #477301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477301

Black with #477301

Text Example


Text Example

White with #477301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477301; }

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

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

background-color css

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

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

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

border-color css

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

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

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