#555212

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

Shades of Army green #555212

Tints of Army green #555212

Color information

#555212 (or 0x555212) is unknown color: approx Army green. HEX triplet: 55, 52 and 12. RGB value is (85,82,18). Sum of RGB (Red+Green+Blue) = 85+82+18=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555212 is #AAADED. Grayscale: #4B4B4B. Windows color (decimal): -11185646 or 1200725. OLE color: 1200725.

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

Color convert

RGB858218-
CMYK00.040.790.67
HSL57.31º65.05%20.2%-
HSV(B)57.31º78.82%33.33%-
XYZ6.878.011.76-
YUV75.695.49134.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=45.95%
G=44.32%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85821800.040.790.6757.3165.0520.2
Hex555212044F43394114
Octal12512222041171037110124
Binary1010101101001010010010010011111000011111001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555212; }

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

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

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

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

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

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

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

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