Html Css Color HEX #475519 Verdun Green

📋 copy color: '#475519'

red 71 ◦ green 85 ◦ blue 25

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

Shades of Verdun Green #475519

Tints of Verdun Green #475519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 39.23%
G = 46.96%
B = 13.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#475519 (or 0x475519) is known color: Verdun Green. HEX triplet: 47, 55 and 19. RGB value is (71,85,25). Sum of RGB (Red+Green+Blue) = 71+85+25=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #475519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475519 is #B8AAE6. Grayscale: #4A4A4A. Windows color (decimal): -12102375 or 1660231. OLE color: 1660231.

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

Color convert

RGB 71 85 25 -
CMYK 0.16 0 0.71 0.67
HSL 74º 0.55% 0.22% -
HSV(B) 74º 0.71% 0.33% -
XYZ 6.02 7.91 2.13 -
YUV 73.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 71 85 25 0.16 0 0.71 0.67 74 0.55 0.22
Hex 47 55 19 10 0 47 43 4A 37 16
Octal 107 125 31 20 0 107 103 112 67 26
Binary 1000111 1010101 11001 10000 0 1000111 1000011 1001010 110111 10110

Color Harmonies of #475519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475519

Black with #475519

Text Example


Text Example

White with #475519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475519; }

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

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

background-color css

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

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

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

border-color css

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

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

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