Html Css Color HEX #477300 Verdun Green

📋 copy color: '#477300'

red 71 ◦ green 115 ◦ blue 0

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

Shades of Verdun Green #477300

Tints of Verdun Green #477300

RGB

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

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

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

R = 38.17%
G = 61.83%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#477300 (or 0x477300) is known color: Verdun Green. HEX triplet: 47, 73 and 00. RGB value is (71,115,0). Sum of RGB (Red+Green+Blue) = 71+115+0=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #477300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477300 is #B88CFF. Grayscale: #595959. Windows color (decimal): -12094720 or 29511. OLE color: 29511.

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

Color convert

RGB 71 115 0 -
CMYK 0.38 0 1 0.55
HSL 82.96º 1% 0.23% -
HSV(B) 82.96º 1% 0.45% -
XYZ 8.73 13.6 2.17 -
YUV 88.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 71 115 0 0.38 0 1 0.55 82.96 1 0.23
Hex 47 73 0 26 0 64 37 53 64 17
Octal 107 163 0 46 0 144 67 123 144 27
Binary 1000111 1110011 0 100110 0 1100100 110111 1010011 1100100 10111

Color Harmonies of #477300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477300

Black with #477300

Text Example


Text Example

White with #477300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477300; }

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

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

background-color css

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

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

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

border-color css

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

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

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