Html Css Color HEX #524F17 Army green

📋 copy color: '#524F17'

red 82 ◦ green 79 ◦ blue 23

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

Shades of Army green #524F17

Tints of Army green #524F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 44.57%
G = 42.93%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#524F17 (or 0x524F17) is known color: Army green. HEX triplet: 52, 4F and 17. RGB value is (82,79,23). Sum of RGB (Red+Green+Blue) = 82+79+23=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F17 is #ADB0E8. Grayscale: #494949. Windows color (decimal): -11383017 or 1527634. OLE color: 1527634.

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

Color convert

RGB 82 79 23 -
CMYK 0 0.04 0.72 0.68
HSL 56.95º 0.56% 0.21% -
HSV(B) 56.95º 0.72% 0.32% -
XYZ 6.43 7.45 1.91 -
YUV 73.51 99.49 134.05 -
System Red Green Blue C M Y K H S L
Decimal 82 79 23 0 0.04 0.72 0.68 56.95 0.56 0.21
Hex 52 4F 17 0 4 48 44 39 38 15
Octal 122 117 27 0 4 110 104 71 70 25
Binary 1010010 1001111 10111 0 100 1001000 1000100 111001 111000 10101

Color Harmonies of #524F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F17

Black with #524F17

Text Example


Text Example

White with #524F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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