Html Css Color HEX #504900 Verdun Green

📋 copy color: '#504900'

red 80 ◦ green 73 ◦ blue 0

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

Shades of Verdun Green #504900

Tints of Verdun Green #504900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.29%
G = 47.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504900 (or 0x504900) is known color: Verdun Green. HEX triplet: 50, 49 and 00. RGB value is (80,73,0). Sum of RGB (Red+Green+Blue) = 80+73+0=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #504900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504900 is #AFB6FF. Grayscale: #434343. Windows color (decimal): -11515648 or 18768. OLE color: 18768.

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

Color convert

RGB 80 73 0 -
CMYK 0 0.09 1 0.69
HSL 54.75º 1% 0.16% -
HSV(B) 54.75º 1% 0.31% -
XYZ 5.69 6.47 0.95 -
YUV 66.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 80 73 0 0 0.09 1 0.69 54.75 1 0.16
Hex 50 49 0 0 9 64 45 37 64 10
Octal 120 111 0 0 11 144 105 67 144 20
Binary 1010000 1001001 0 0 1001 1100100 1000101 110111 1100100 10000

Color Harmonies of #504900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504900

Black with #504900

Text Example


Text Example

White with #504900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504900; }

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

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

background-color css

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

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

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

border-color css

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

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

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