Html Css Color HEX #525B17 Army green

📋 copy color: '#525B17'

red 82 ◦ green 91 ◦ blue 23

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

Shades of Army green #525B17

Tints of Army green #525B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.43%

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

R = 41.84%
G = 46.43%
B = 11.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#525B17 (or 0x525B17) is known color: Army green. HEX triplet: 52, 5B and 17. RGB value is (82,91,23). Sum of RGB (Red+Green+Blue) = 82+91+23=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #525B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525B17 is #ADA4E8. Grayscale: #505050. Windows color (decimal): -11379945 or 1530706. OLE color: 1530706.

HSL color Cylindrical-coordinate representation of color #525B17: hue angle of 67.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525B17 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 91 23 -
CMYK 0.10 0 0.75 0.64
HSL 67.94º 0.6% 0.22% -
HSV(B) 67.94º 0.75% 0.36% -
XYZ 7.38 9.34 2.22 -
YUV 80.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 82 91 23 0.10 0 0.75 0.64 67.94 0.6 0.22
Hex 52 5B 17 A 0 4B 40 44 3C 16
Octal 122 133 27 12 0 113 100 104 74 26
Binary 1010010 1011011 10111 1010 0 1001011 1000000 1000100 111100 10110

Color Harmonies of #525B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525B17

Black with #525B17

Text Example


Text Example

White with #525B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525B17; }

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

 H1.HeaderClassName
 {
   color: #525B17;
 }
 .AnyTagClassName
 {
   color: #525B17;
 }
</style>

background-color css

<style>
 a { background-color: #525B17; }

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

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

border-color css

<style>
 span { border-color: #525B17; }

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

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