Html Css Color HEX #476119 Verdun Green

📋 copy color: '#476119'

red 71 ◦ green 97 ◦ blue 25

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

Shades of Verdun Green #476119

Tints of Verdun Green #476119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

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

R = 36.79%
G = 50.26%
B = 12.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#476119 (or 0x476119) is known color: Verdun Green. HEX triplet: 47, 61 and 19. RGB value is (71,97,25). Sum of RGB (Red+Green+Blue) = 71+97+25=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #476119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476119 is #B89EE6. Grayscale: #515151. Windows color (decimal): -12099303 or 1663303. OLE color: 1663303.

HSL color Cylindrical-coordinate representation of color #476119: hue angle of 81.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #476119 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 25 -
CMYK 0.27 0 0.74 0.62
HSL 81.67º 0.59% 0.24% -
HSV(B) 81.67º 0.74% 0.38% -
XYZ 7.05 9.96 2.47 -
YUV 81.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 71 97 25 0.27 0 0.74 0.62 81.67 0.59 0.24
Hex 47 61 19 1B 0 4A 3E 52 3B 18
Octal 107 141 31 33 0 112 76 122 73 30
Binary 1000111 1100001 11001 11011 0 1001010 111110 1010010 111011 11000

Color Harmonies of #476119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476119

Black with #476119

Text Example


Text Example

White with #476119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476119; }

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

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

background-color css

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

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

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

border-color css

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

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

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