#535412

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

Shades of Army green #535412

Tints of Army green #535412

Color information

#535412 (or 0x535412) is unknown color: approx Army green. HEX triplet: 53, 54 and 12. RGB value is (83,84,18). Sum of RGB (Red+Green+Blue) = 83+84+18=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #535412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535412 is #ACABED. Grayscale: #4C4C4C. Windows color (decimal): -11316206 or 1201235. OLE color: 1201235.

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

Color convert

RGB838418-
CMYK0.0100.790.67
HSL60.91º64.71%20%-
HSV(B)60.91º78.57%32.94%-
XYZ6.858.221.8-
YUV76.1895.17132.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=44.86%
G=45.41%
B=9.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384180.0100.790.6760.9164.7120
Hex535412104F433d4114
Octal12312422101171037510124
Binary10100111010100100101010011111000011111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535412; }

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

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

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

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

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

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

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

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