Html Css Color HEX #476803 Verdun Green

📋 copy color: '#476803'

red 71 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #476803

Tints of Verdun Green #476803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.43%

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

R = 39.89%
G = 58.43%
B = 1.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#476803 (or 0x476803) is known color: Verdun Green. HEX triplet: 47, 68 and 03. RGB value is (71,104,3). Sum of RGB (Red+Green+Blue) = 71+104+3=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #476803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476803 is #B897FC. Grayscale: #525252. Windows color (decimal): -12097533 or 223303. OLE color: 223303.

HSL color Cylindrical-coordinate representation of color #476803: hue angle of 79.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #476803 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 3 -
CMYK 0.32 0 0.97 0.59
HSL 79.6º 0.94% 0.21% -
HSV(B) 79.6º 0.97% 0.41% -
XYZ 7.57 11.25 1.86 -
YUV 82.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 71 104 3 0.32 0 0.97 0.59 79.6 0.94 0.21
Hex 47 68 3 20 0 61 3B 50 5E 15
Octal 107 150 3 40 0 141 73 120 136 25
Binary 1000111 1101000 11 100000 0 1100001 111011 1010000 1011110 10101

Color Harmonies of #476803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476803

Black with #476803

Text Example


Text Example

White with #476803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476803; }

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

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

background-color css

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

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

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

border-color css

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

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

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