Html Css Color HEX #524F12 Army green

📋 copy color: '#524F12'

red 82 ◦ green 79 ◦ blue 18

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

Shades of Army green #524F12

Tints of Army green #524F12

RGB

 RED value IS 82 (32.42% from 255) = 45.81%

 GREEN value IS 79 (31.25% from 255) = 44.13%

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

R = 45.81%
G = 44.13%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#524F12 (or 0x524F12) is known color: Army green. HEX triplet: 52, 4F and 12. RGB value is (82,79,18). Sum of RGB (Red+Green+Blue) = 82+79+18=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #524F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F12 is #ADB0ED. Grayscale: #494949. Windows color (decimal): -11383022 or 1199954. OLE color: 1199954.

HSL color Cylindrical-coordinate representation of color #524F12: hue angle of 57.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #524F12 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 79 18 -
CMYK 0 0.04 0.78 0.68
HSL 57.19º 0.64% 0.2% -
HSV(B) 57.19º 0.78% 0.32% -
XYZ 6.38 7.43 1.67 -
YUV 72.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 82 79 18 0 0.04 0.78 0.68 57.19 0.64 0.2
Hex 52 4F 12 0 4 4E 44 39 40 14
Octal 122 117 22 0 4 116 104 71 100 24
Binary 1010010 1001111 10010 0 100 1001110 1000100 111001 1000000 10100

Color Harmonies of #524F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F12

Black with #524F12

Text Example


Text Example

White with #524F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F12; }

 p { color: rgb(82,79,18); }

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

background-color css

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

 a { background-color: rgb(82,79,18); }

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

border-color css

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

 span { border-color: rgb(82,79,18); }

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