Html Css Color HEX #474D19 Verdun Green

📋 copy color: '#474D19'

red 71 ◦ green 77 ◦ blue 25

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

Shades of Verdun Green #474D19

Tints of Verdun Green #474D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.51%

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

R = 41.04%
G = 44.51%
B = 14.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#474D19 (or 0x474D19) is known color: Verdun Green. HEX triplet: 47, 4D and 19. RGB value is (71,77,25). Sum of RGB (Red+Green+Blue) = 71+77+25=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #474D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D19 is #B8B2E6. Grayscale: #454545. Windows color (decimal): -12104423 or 1658183. OLE color: 1658183.

HSL color Cylindrical-coordinate representation of color #474D19: hue angle of 66.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #474D19 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 25 -
CMYK 0.08 0 0.68 0.70
HSL 66.92º 0.51% 0.2% -
HSV(B) 66.92º 0.68% 0.3% -
XYZ 5.43 6.72 1.93 -
YUV 69.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 71 77 25 0.08 0 0.68 0.70 66.92 0.51 0.2
Hex 47 4D 19 8 0 44 46 43 33 14
Octal 107 115 31 10 0 104 106 103 63 24
Binary 1000111 1001101 11001 1000 0 1000100 1000110 1000011 110011 10100

Color Harmonies of #474D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D19

Black with #474D19

Text Example


Text Example

White with #474D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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