#525A19

Color #525A19 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #525A19

Tints of Army green #525A19

Color information

#525A19 (or 0x525A19) is unknown color: approx Army green. HEX triplet: 52, 5A and 19. RGB value is (82,90,25). Sum of RGB (Red+Green+Blue) = 82+90+25=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #525A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525A19 is #ADA5E6. Grayscale: #505050. Windows color (decimal): -11380199 or 1661522. OLE color: 1661522.

HSL color Cylindrical-coordinate representation of color #525A19: hue angle of 67.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525A19 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB829025-
CMYK0.0900.720.65
HSL67.38º56.52%22.55%-
HSV(B)67.38º72.22%35.29%-
XYZ7.319.182.31-
YUV80.296.85129.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=41.62%
G=45.69%
B=12.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290250.0900.720.6567.3856.5222.55
Hex525A19904841433917
Octal122132311101101011037127
Binary10100101011010110011001010010001000001100001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,25); }

 H1.HeaderClassName
 {
   color: #525A19;
 }
 .AnyTagClassName
 {
   color: #525A19;
 }
</style>
background-color css

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

 a { background-color: rgb(82,90,25); }

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

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

 span { border-color: rgb(82,90,25); }

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