Html Css Color HEX #504C0E Verdun Green

📋 copy color: '#504C0E'

red 80 ◦ green 76 ◦ blue 14

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

Shades of Verdun Green #504C0E

Tints of Verdun Green #504C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 47.06%
G = 44.71%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#504C0E (or 0x504C0E) is known color: Verdun Green. HEX triplet: 50, 4C and 0E. RGB value is (80,76,14). Sum of RGB (Red+Green+Blue) = 80+76+14=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #504C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C0E is #AFB3F1. Grayscale: #464646. Windows color (decimal): -11514866 or 937040. OLE color: 937040.

HSL color Cylindrical-coordinate representation of color #504C0E: hue angle of 56.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #504C0E is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 14 -
CMYK 0 0.05 0.83 0.69
HSL 56.36º 0.7% 0.18% -
HSV(B) 56.36º 0.83% 0.31% -
XYZ 5.97 6.91 1.43 -
YUV 70.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 80 76 14 0 0.05 0.83 0.69 56.36 0.7 0.18
Hex 50 4C E 0 5 53 45 38 46 12
Octal 120 114 16 0 5 123 105 70 106 22
Binary 1010000 1001100 1110 0 101 1010011 1000101 111000 1000110 10010

Color Harmonies of #504C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C0E

Black with #504C0E

Text Example


Text Example

White with #504C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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