Html Css Color HEX #475219 Verdun Green

📋 copy color: '#475219'

red 71 ◦ green 82 ◦ blue 25

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

Shades of Verdun Green #475219

Tints of Verdun Green #475219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

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

R = 39.89%
G = 46.07%
B = 14.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#475219 (or 0x475219) is known color: Verdun Green. HEX triplet: 47, 52 and 19. RGB value is (71,82,25). Sum of RGB (Red+Green+Blue) = 71+82+25=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #475219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475219 is #B8ADE6. Grayscale: #484848. Windows color (decimal): -12103143 or 1659463. OLE color: 1659463.

HSL color Cylindrical-coordinate representation of color #475219: hue angle of 71.58º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475219 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 25 -
CMYK 0.13 0 0.70 0.68
HSL 71.58º 0.53% 0.21% -
HSV(B) 71.58º 0.7% 0.32% -
XYZ 5.79 7.44 2.05 -
YUV 72.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 71 82 25 0.13 0 0.70 0.68 71.58 0.53 0.21
Hex 47 52 19 D 0 46 44 48 35 15
Octal 107 122 31 15 0 106 104 110 65 25
Binary 1000111 1010010 11001 1101 0 1000110 1000100 1001000 110101 10101

Color Harmonies of #475219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475219

Black with #475219

Text Example


Text Example

White with #475219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475219; }

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

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

background-color css

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

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

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

border-color css

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

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

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