#535312

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

Shades of Army green #535312

Tints of Army green #535312

Color information

#535312 (or 0x535312) is unknown color: approx Army green. HEX triplet: 53, 53 and 12. RGB value is (83,83,18). Sum of RGB (Red+Green+Blue) = 83+83+18=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535312 is #ACACED. Grayscale: #4B4B4B. Windows color (decimal): -11316462 or 1200979. OLE color: 1200979.

HSL color Cylindrical-coordinate representation of color #535312: hue angle of 60º 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 #535312 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB838318-
CMYK000.780.67
HSL60º64.36%19.8%-
HSV(B)60º78.31%32.55%-
XYZ6.778.071.77-
YUV75.5995.5133.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=45.11%
G=45.11%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal838318000.780.676064.3619.8
Hex535312004E433c4014
Octal12312322001161037410024
Binary10100111010011100100010011101000011111100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535312; }

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

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

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

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

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

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

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

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