Html Css Color HEX #475503 Verdun Green

📋 copy color: '#475503'

red 71 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #475503

Tints of Verdun Green #475503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

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

R = 44.65%
G = 53.46%
B = 1.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#475503 (or 0x475503) is known color: Verdun Green. HEX triplet: 47, 55 and 03. RGB value is (71,85,3). Sum of RGB (Red+Green+Blue) = 71+85+3=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #475503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475503 is #B8AAFC. Grayscale: #474747. Windows color (decimal): -12102397 or 218439. OLE color: 218439.

HSL color Cylindrical-coordinate representation of color #475503: hue angle of 70.24º 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 #475503 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 3 -
CMYK 0.16 0 0.96 0.67
HSL 70.24º 0.93% 0.17% -
HSV(B) 70.24º 0.96% 0.33% -
XYZ 5.86 7.84 1.29 -
YUV 71.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 71 85 3 0.16 0 0.96 0.67 70.24 0.93 0.17
Hex 47 55 3 10 0 60 43 46 5D 11
Octal 107 125 3 20 0 140 103 106 135 21
Binary 1000111 1010101 11 10000 0 1100000 1000011 1000110 1011101 10001

Color Harmonies of #475503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475503

Black with #475503

Text Example


Text Example

White with #475503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475503; }

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

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

background-color css

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

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

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

border-color css

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

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

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