Html Css Color HEX #477003 Verdun Green

📋 copy color: '#477003'

red 71 ◦ green 112 ◦ blue 3

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

Shades of Verdun Green #477003

Tints of Verdun Green #477003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

 BLUE value IS 3 (1.56% from 255) = 1.61%

R = 38.17%
G = 60.22%
B = 1.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#477003 (or 0x477003) is known color: Verdun Green. HEX triplet: 47, 70 and 03. RGB value is (71,112,3). Sum of RGB (Red+Green+Blue) = 71+112+3=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #477003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477003 is #B88FFC. Grayscale: #575757. Windows color (decimal): -12095485 or 225351. OLE color: 225351.

HSL color Cylindrical-coordinate representation of color #477003: hue angle of 82.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #477003 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 3 -
CMYK 0.37 0 0.97 0.56
HSL 82.57º 0.95% 0.23% -
HSV(B) 82.57º 0.97% 0.44% -
XYZ 8.41 12.93 2.14 -
YUV 87.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 71 112 3 0.37 0 0.97 0.56 82.57 0.95 0.23
Hex 47 70 3 25 0 61 38 53 5F 17
Octal 107 160 3 45 0 141 70 123 137 27
Binary 1000111 1110000 11 100101 0 1100001 111000 1010011 1011111 10111

Color Harmonies of #477003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477003

Black with #477003

Text Example


Text Example

White with #477003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477003; }

 p { color: rgb(71,112,3); }

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

background-color css

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

 a { background-color: rgb(71,112,3); }

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

border-color css

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

 span { border-color: rgb(71,112,3); }

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