Html Css Color HEX #504E12 Army green

📋 copy color: '#504E12'

red 80 ◦ green 78 ◦ blue 18

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

Shades of Army green #504E12

Tints of Army green #504E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 44.32%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 45.45%
G = 44.32%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#504E12 (or 0x504E12) is known color: Army green. HEX triplet: 50, 4E and 12. RGB value is (80,78,18). Sum of RGB (Red+Green+Blue) = 80+78+18=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E12 is #AFB1ED. Grayscale: #484848. Windows color (decimal): -11514350 or 1199696. OLE color: 1199696.

HSL color Cylindrical-coordinate representation of color #504E12: hue angle of 58.06º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504E12 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 78 18 -
CMYK 0 0.02 0.78 0.69
HSL 58.06º 0.63% 0.19% -
HSV(B) 58.06º 0.78% 0.31% -
XYZ 6.14 7.2 1.64 -
YUV 71.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 80 78 18 0 0.02 0.78 0.69 58.06 0.63 0.19
Hex 50 4E 12 0 2 4E 45 3A 3F 13
Octal 120 116 22 0 2 116 105 72 77 23
Binary 1010000 1001110 10010 0 10 1001110 1000101 111010 111111 10011

Color Harmonies of #504E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E12

Black with #504E12

Text Example


Text Example

White with #504E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,18); }

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

background-color css

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

 a { background-color: rgb(80,78,18); }

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

border-color css

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

 span { border-color: rgb(80,78,18); }

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