Html Css Color HEX #475505 Verdun Green

📋 copy color: '#475505'

red 71 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #475505

Tints of Verdun Green #475505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 44.1%
G = 52.8%
B = 3.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#475505 (or 0x475505) is known color: Verdun Green. HEX triplet: 47, 55 and 05. RGB value is (71,85,5). Sum of RGB (Red+Green+Blue) = 71+85+5=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #475505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475505 is #B8AAFA. Grayscale: #484848. Windows color (decimal): -12102395 or 349511. OLE color: 349511.

HSL color Cylindrical-coordinate representation of color #475505: hue angle of 70.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #475505 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 5 -
CMYK 0.16 0 0.94 0.67
HSL 70.5º 0.89% 0.18% -
HSV(B) 70.5º 0.94% 0.33% -
XYZ 5.87 7.85 1.35 -
YUV 71.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 71 85 5 0.16 0 0.94 0.67 70.5 0.89 0.18
Hex 47 55 5 10 0 5E 43 46 59 12
Octal 107 125 5 20 0 136 103 106 131 22
Binary 1000111 1010101 101 10000 0 1011110 1000011 1000110 1011001 10010

Color Harmonies of #475505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475505

Black with #475505

Text Example


Text Example

White with #475505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475505; }

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

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

background-color css

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

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

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

border-color css

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

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

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