Html Css Color HEX #504901 Verdun Green

📋 copy color: '#504901'

red 80 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #504901

Tints of Verdun Green #504901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 51.95%
G = 47.4%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#504901 (or 0x504901) is known color: Verdun Green. HEX triplet: 50, 49 and 01. RGB value is (80,73,1). Sum of RGB (Red+Green+Blue) = 80+73+1=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504901 is #AFB6FE. Grayscale: #434343. Windows color (decimal): -11515647 or 84304. OLE color: 84304.

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

Color convert

RGB 80 73 1 -
CMYK 0 0.09 0.99 0.69
HSL 54.68º 0.98% 0.16% -
HSV(B) 54.68º 0.99% 0.31% -
XYZ 5.7 6.47 0.98 -
YUV 66.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 80 73 1 0 0.09 0.99 0.69 54.68 0.98 0.16
Hex 50 49 1 0 9 63 45 37 62 10
Octal 120 111 1 0 11 143 105 67 142 20
Binary 1010000 1001001 1 0 1001 1100011 1000101 110111 1100010 10000

Color Harmonies of #504901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504901

Black with #504901

Text Example


Text Example

White with #504901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504901; }

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

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

background-color css

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

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

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

border-color css

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

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

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