Html Css Color HEX #504905 Verdun Green

📋 copy color: '#504905'

red 80 ◦ green 73 ◦ blue 5

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

Shades of Verdun Green #504905

Tints of Verdun Green #504905

RGB

 RED value IS 80 (31.64% from 255) = 50.63%

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

 BLUE value IS 5 (2.34% from 255) = 3.16%

R = 50.63%
G = 46.2%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#504905 (or 0x504905) is known color: Verdun Green. HEX triplet: 50, 49 and 05. RGB value is (80,73,5). Sum of RGB (Red+Green+Blue) = 80+73+5=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504905 is #AFB6FA. Grayscale: #434343. Windows color (decimal): -11515643 or 346448. OLE color: 346448.

HSL color Cylindrical-coordinate representation of color #504905: hue angle of 54.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504905 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 73 5 -
CMYK 0 0.09 0.94 0.69
HSL 54.4º 0.88% 0.17% -
HSV(B) 54.4º 0.94% 0.31% -
XYZ 5.72 6.48 1.09 -
YUV 67.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 80 73 5 0 0.09 0.94 0.69 54.4 0.88 0.17
Hex 50 49 5 0 9 5E 45 36 58 11
Octal 120 111 5 0 11 136 105 66 130 21
Binary 1010000 1001001 101 0 1001 1011110 1000101 110110 1011000 10001

Color Harmonies of #504905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504905

Black with #504905

Text Example


Text Example

White with #504905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504905; }

 p { color: rgb(80,73,5); }

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

background-color css

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

 a { background-color: rgb(80,73,5); }

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

border-color css

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

 span { border-color: rgb(80,73,5); }

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