#55510F

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

Shades of Army green #55510F

Tints of Army green #55510F

Color information

#55510F (or 0x55510F) is unknown color: approx Army green. HEX triplet: 55, 51 and 0F. RGB value is (85,81,15). Sum of RGB (Red+Green+Blue) = 85+81+15=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55510F is #AAAEF0. Grayscale: #4A4A4A. Windows color (decimal): -11185905 or 1003861. OLE color: 1003861.

HSL color Cylindrical-coordinate representation of color #55510F: hue angle of 56.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55510F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB858115-
CMYK00.050.820.67
HSL56.57º70%19.61%-
HSV(B)56.57º82.35%33.33%-
XYZ6.777.851.61-
YUV74.6794.33135.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=46.96%
G=44.75%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85811500.050.820.6756.577019.61
Hex5551F055243394614
Octal12512117051221037110624
Binary101010110100011111010110100101000011111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55510F; }

 p { color: rgb(85,81,15); }

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

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

 a { background-color: rgb(85,81,15); }

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

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

 span { border-color: rgb(85,81,15); }

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