Html Css Color HEX #504C03 Verdun Green

📋 copy color: '#504C03'

red 80 ◦ green 76 ◦ blue 3

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

Shades of Verdun Green #504C03

Tints of Verdun Green #504C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.8%

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 50.31%
G = 47.8%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#504C03 (or 0x504C03) is known color: Verdun Green. HEX triplet: 50, 4C and 03. RGB value is (80,76,3). Sum of RGB (Red+Green+Blue) = 80+76+3=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C03 is #AFB3FC. Grayscale: #454545. Windows color (decimal): -11514877 or 216144. OLE color: 216144.

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

Color convert

RGB 80 76 3 -
CMYK 0 0.05 0.96 0.69
HSL 56.88º 0.93% 0.16% -
HSV(B) 56.88º 0.96% 0.31% -
XYZ 5.91 6.88 1.1 -
YUV 68.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 80 76 3 0 0.05 0.96 0.69 56.88 0.93 0.16
Hex 50 4C 3 0 5 60 45 39 5D 10
Octal 120 114 3 0 5 140 105 71 135 20
Binary 1010000 1001100 11 0 101 1100000 1000101 111001 1011101 10000

Color Harmonies of #504C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C03

Black with #504C03

Text Example


Text Example

White with #504C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504C03; }

 p { color: rgb(80,76,3); }

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

background-color css

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

 a { background-color: rgb(80,76,3); }

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

border-color css

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

 span { border-color: rgb(80,76,3); }

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