#525312

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

Shades of Army green #525312

Tints of Army green #525312

Color information

#525312 (or 0x525312) is unknown color: approx Army green. HEX triplet: 52, 53 and 12. RGB value is (82,83,18). Sum of RGB (Red+Green+Blue) = 82+83+18=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #525312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525312 is #ADACED. Grayscale: #4B4B4B. Windows color (decimal): -11381998 or 1200978. OLE color: 1200978.

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

Color convert

RGB828318-
CMYK0.0100.780.67
HSL60.92º64.36%19.8%-
HSV(B)60.92º78.31%32.55%-
XYZ6.688.021.77-
YUV75.2995.67132.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=44.81%
G=45.36%
B=9.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283180.0100.780.6760.9264.3619.8
Hex525312104E433d4014
Octal12212322101161037510024
Binary10100101010011100101010011101000011111101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525312; }

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

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

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

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

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

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

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

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