Html Css Color HEX #524F16 Army green

📋 copy color: '#524F16'

red 82 ◦ green 79 ◦ blue 22

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

Shades of Army green #524F16

Tints of Army green #524F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 44.81%
G = 43.17%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#524F16 (or 0x524F16) is known color: Army green. HEX triplet: 52, 4F and 16. RGB value is (82,79,22). Sum of RGB (Red+Green+Blue) = 82+79+22=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F16 is #ADB0E9. Grayscale: #494949. Windows color (decimal): -11383018 or 1462098. OLE color: 1462098.

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

Color convert

RGB 82 79 22 -
CMYK 0 0.04 0.73 0.68
HSL 57º 0.58% 0.2% -
HSV(B) 57º 0.73% 0.32% -
XYZ 6.42 7.44 1.86 -
YUV 73.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 82 79 22 0 0.04 0.73 0.68 57 0.58 0.2
Hex 52 4F 16 0 4 49 44 39 3A 14
Octal 122 117 26 0 4 111 104 71 72 24
Binary 1010010 1001111 10110 0 100 1001001 1000100 111001 111010 10100

Color Harmonies of #524F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F16

Black with #524F16

Text Example


Text Example

White with #524F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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