Html Css Color HEX #525918 Army green

📋 copy color: '#525918'

red 82 ◦ green 89 ◦ blue 24

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

Shades of Army green #525918

Tints of Army green #525918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 42.05%
G = 45.64%
B = 12.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#525918 (or 0x525918) is known color: Army green. HEX triplet: 52, 59 and 18. RGB value is (82,89,24). Sum of RGB (Red+Green+Blue) = 82+89+24=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #525918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525918 is #ADA6E7. Grayscale: #4F4F4F. Windows color (decimal): -11380456 or 1595730. OLE color: 1595730.

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

Color convert

RGB 82 89 24 -
CMYK 0.08 0 0.73 0.65
HSL 66.46º 0.58% 0.22% -
HSV(B) 66.46º 0.73% 0.35% -
XYZ 7.22 9 2.22 -
YUV 79.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 82 89 24 0.08 0 0.73 0.65 66.46 0.58 0.22
Hex 52 59 18 8 0 49 41 42 3A 16
Octal 122 131 30 10 0 111 101 102 72 26
Binary 1010010 1011001 11000 1000 0 1001001 1000001 1000010 111010 10110

Color Harmonies of #525918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525918

Black with #525918

Text Example


Text Example

White with #525918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525918; }

 p { color: rgb(82,89,24); }

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

background-color css

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

 a { background-color: rgb(82,89,24); }

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

border-color css

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

 span { border-color: rgb(82,89,24); }

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