#535512

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

Shades of Army green #535512

Tints of Army green #535512

Color information

#535512 (or 0x535512) is unknown color: approx Army green. HEX triplet: 53, 55 and 12. RGB value is (83,85,18). Sum of RGB (Red+Green+Blue) = 83+85+18=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #535512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535512 is #ACAAED. Grayscale: #4D4D4D. Windows color (decimal): -11315950 or 1201491. OLE color: 1201491.

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

Color convert

RGB838518-
CMYK0.0200.790.67
HSL61.79º65.05%20.2%-
HSV(B)61.79º78.82%33.33%-
XYZ6.928.381.82-
YUV76.7694.84132.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=44.62%
G=45.70%
B=9.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385180.0200.790.6761.7965.0520.2
Hex535512204F433e4114
Octal12312522201171037610124
Binary101001110101011001010010011111000011111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535512; }

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

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

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

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

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

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

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

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