Html Css Color HEX #475403 Verdun Green

📋 copy color: '#475403'

red 71 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #475403

Tints of Verdun Green #475403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

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

R = 44.94%
G = 53.16%
B = 1.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#475403 (or 0x475403) is known color: Verdun Green. HEX triplet: 47, 54 and 03. RGB value is (71,84,3). Sum of RGB (Red+Green+Blue) = 71+84+3=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #475403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475403 is #B8ABFC. Grayscale: #474747. Windows color (decimal): -12102653 or 218183. OLE color: 218183.

HSL color Cylindrical-coordinate representation of color #475403: hue angle of 69.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475403 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 3 -
CMYK 0.15 0 0.96 0.67
HSL 69.63º 0.93% 0.17% -
HSV(B) 69.63º 0.96% 0.33% -
XYZ 5.79 7.69 1.26 -
YUV 70.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 71 84 3 0.15 0 0.96 0.67 69.63 0.93 0.17
Hex 47 54 3 F 0 60 43 46 5D 11
Octal 107 124 3 17 0 140 103 106 135 21
Binary 1000111 1010100 11 1111 0 1100000 1000011 1000110 1011101 10001

Color Harmonies of #475403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475403

Black with #475403

Text Example


Text Example

White with #475403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475403; }

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

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

background-color css

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

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

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

border-color css

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

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

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