Html Css Color HEX #476303 Verdun Green

📋 copy color: '#476303'

red 71 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #476303

Tints of Verdun Green #476303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

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

R = 41.04%
G = 57.23%
B = 1.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#476303 (or 0x476303) is known color: Verdun Green. HEX triplet: 47, 63 and 03. RGB value is (71,99,3). Sum of RGB (Red+Green+Blue) = 71+99+3=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #476303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476303 is #B89CFC. Grayscale: #505050. Windows color (decimal): -12098813 or 222023. OLE color: 222023.

HSL color Cylindrical-coordinate representation of color #476303: hue angle of 77.5º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #476303 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 3 -
CMYK 0.28 0 0.97 0.61
HSL 77.5º 0.94% 0.2% -
HSV(B) 77.5º 0.97% 0.39% -
XYZ 7.08 10.27 1.7 -
YUV 79.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 71 99 3 0.28 0 0.97 0.61 77.5 0.94 0.2
Hex 47 63 3 1C 0 61 3D 4E 5E 14
Octal 107 143 3 34 0 141 75 116 136 24
Binary 1000111 1100011 11 11100 0 1100001 111101 1001110 1011110 10100

Color Harmonies of #476303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476303

Black with #476303

Text Example


Text Example

White with #476303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476303; }

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

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

background-color css

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

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

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

border-color css

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

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

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