Html Css Color HEX #474913 Verdun Green

📋 copy color: '#474913'

red 71 ◦ green 73 ◦ blue 19

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

Shades of Verdun Green #474913

Tints of Verdun Green #474913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 43.56%
G = 44.79%
B = 11.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#474913 (or 0x474913) is known color: Verdun Green. HEX triplet: 47, 49 and 13. RGB value is (71,73,19). Sum of RGB (Red+Green+Blue) = 71+73+19=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #474913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474913 is #B8B6EC. Grayscale: #424242. Windows color (decimal): -12105453 or 1263943. OLE color: 1263943.

HSL color Cylindrical-coordinate representation of color #474913: hue angle of 62.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #474913 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 19 -
CMYK 0.03 0 0.74 0.71
HSL 62.22º 0.59% 0.18% -
HSV(B) 62.22º 0.74% 0.29% -
XYZ 5.1 6.15 1.53 -
YUV 66.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 71 73 19 0.03 0 0.74 0.71 62.22 0.59 0.18
Hex 47 49 13 3 0 4A 47 3E 3B 12
Octal 107 111 23 3 0 112 107 76 73 22
Binary 1000111 1001001 10011 11 0 1001010 1000111 111110 111011 10010

Color Harmonies of #474913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474913

Black with #474913

Text Example


Text Example

White with #474913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474913; }

 p { color: rgb(71,73,19); }

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

background-color css

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

 a { background-color: rgb(71,73,19); }

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

border-color css

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

 span { border-color: rgb(71,73,19); }

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