Html Css Color HEX #474A19 Verdun Green

📋 copy color: '#474A19'

red 71 ◦ green 74 ◦ blue 25

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

Shades of Verdun Green #474A19

Tints of Verdun Green #474A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.53%

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

R = 41.76%
G = 43.53%
B = 14.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#474A19 (or 0x474A19) is known color: Verdun Green. HEX triplet: 47, 4A and 19. RGB value is (71,74,25). Sum of RGB (Red+Green+Blue) = 71+74+25=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #474A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474A19 is #B8B5E6. Grayscale: #434343. Windows color (decimal): -12105191 or 1657415. OLE color: 1657415.

HSL color Cylindrical-coordinate representation of color #474A19: hue angle of 63.67º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474A19 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 25 -
CMYK 0.04 0 0.66 0.71
HSL 63.67º 0.49% 0.19% -
HSV(B) 63.67º 0.66% 0.29% -
XYZ 5.22 6.31 1.86 -
YUV 67.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 71 74 25 0.04 0 0.66 0.71 63.67 0.49 0.19
Hex 47 4A 19 4 0 42 47 40 31 13
Octal 107 112 31 4 0 102 107 100 61 23
Binary 1000111 1001010 11001 100 0 1000010 1000111 1000000 110001 10011

Color Harmonies of #474A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A19

Black with #474A19

Text Example


Text Example

White with #474A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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