#525318

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

Shades of Army green #525318

Tints of Army green #525318

Color information

#525318 (or 0x525318) is unknown color: approx Army green. HEX triplet: 52, 53 and 18. RGB value is (82,83,24). Sum of RGB (Red+Green+Blue) = 82+83+24=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #525318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525318 is #ADACE7. Grayscale: #4C4C4C. Windows color (decimal): -11381992 or 1594194. OLE color: 1594194.

HSL color Cylindrical-coordinate representation of color #525318: hue angle of 61.02º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #525318 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB828324-
CMYK0.0100.710.67
HSL61.02º55.14%20.98%-
HSV(B)61.02º71.08%32.55%-
XYZ6.748.052.06-
YUV75.9898.67132.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=43.39%
G=43.92%
B=12.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283240.0100.710.6761.0255.1420.98
Hex5253181047433d3715
Octal1221233010107103756725
Binary1010010101001111000101000111100001111110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525318; }

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

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

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

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

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

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

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

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