Html Css Color HEX #525823 Army green

📋 copy color: '#525823'

red 82 ◦ green 88 ◦ blue 35

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

Shades of Army green #525823

Tints of Army green #525823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 40%
G = 42.93%
B = 17.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#525823 (or 0x525823) is known color: Army green. HEX triplet: 52, 58 and 23. RGB value is (82,88,35). Sum of RGB (Red+Green+Blue) = 82+88+35=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #525823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525823 is #ADA7DC. Grayscale: #505050. Windows color (decimal): -11380701 or 2316370. OLE color: 2316370.

HSL color Cylindrical-coordinate representation of color #525823: hue angle of 66.79º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525823 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 88 35 -
CMYK 0.07 0 0.60 0.65
HSL 66.79º 0.43% 0.24% -
HSV(B) 66.79º 0.6% 0.35% -
XYZ 7.27 8.89 2.92 -
YUV 80.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 82 88 35 0.07 0 0.60 0.65 66.79 0.43 0.24
Hex 52 58 23 7 0 3C 41 43 2B 18
Octal 122 130 43 7 0 74 101 103 53 30
Binary 1010010 1011000 100011 111 0 111100 1000001 1000011 101011 11000

Color Harmonies of #525823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525823

Black with #525823

Text Example


Text Example

White with #525823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525823; }

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

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

background-color css

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

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

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

border-color css

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

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

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