Html Css Color HEX #525817 Army green

📋 copy color: '#525817'

red 82 ◦ green 88 ◦ blue 23

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

Shades of Army green #525817

Tints of Army green #525817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

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

R = 42.49%
G = 45.6%
B = 11.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#525817 (or 0x525817) is known color: Army green. HEX triplet: 52, 58 and 17. RGB value is (82,88,23). Sum of RGB (Red+Green+Blue) = 82+88+23=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #525817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525817 is #ADA7E8. Grayscale: #4F4F4F. Windows color (decimal): -11380713 or 1529938. OLE color: 1529938.

HSL color Cylindrical-coordinate representation of color #525817: hue angle of 65.54º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525817 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 23 -
CMYK 0.07 0 0.74 0.65
HSL 65.54º 0.59% 0.22% -
HSV(B) 65.54º 0.74% 0.35% -
XYZ 7.12 8.84 2.14 -
YUV 78.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 82 88 23 0.07 0 0.74 0.65 65.54 0.59 0.22
Hex 52 58 17 7 0 4A 41 42 3B 16
Octal 122 130 27 7 0 112 101 102 73 26
Binary 1010010 1011000 10111 111 0 1001010 1000001 1000010 111011 10110

Color Harmonies of #525817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525817

Black with #525817

Text Example


Text Example

White with #525817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525817; }

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

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

background-color css

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

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

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

border-color css

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

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

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