#555214

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

Shades of Army green #555214

Tints of Army green #555214

Color information

#555214 (or 0x555214) is unknown color: approx Army green. HEX triplet: 55, 52 and 14. RGB value is (85,82,20). Sum of RGB (Red+Green+Blue) = 85+82+20=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555214 is #AAADEB. Grayscale: #4C4C4C. Windows color (decimal): -11185644 or 1331797. OLE color: 1331797.

HSL color Cylindrical-coordinate representation of color #555214: hue angle of 57.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555214 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB858220-
CMYK00.040.760.67
HSL57.23º61.9%20.59%-
HSV(B)57.23º76.47%33.33%-
XYZ6.898.021.85-
YUV75.8396.49134.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=45.45%
G=43.85%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85822000.040.760.6757.2361.920.59
Hex555214044C43393e15
Octal1251222404114103717625
Binary101010110100101010001001001100100001111100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555214; }

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

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

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

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

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

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

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

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