#5B580C

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

Shades of Army green #5B580C

Tints of Army green #5B580C

Color information

#5B580C (or 0x5B580C) is unknown color: approx Army green. HEX triplet: 5B, 58 and 0C. RGB value is (91,88,12). Sum of RGB (Red+Green+Blue) = 91+88+12=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B580C is #A4A7F3. Grayscale: #505050. Windows color (decimal): -10790900 or 809051. OLE color: 809051.

HSL color Cylindrical-coordinate representation of color #5B580C: hue angle of 57.72º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B580C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB918812-
CMYK00.030.870.64
HSL57.72º76.7%20.2%-
HSV(B)57.72º86.81%35.69%-
XYZ7.879.231.71-
YUV80.2389.49135.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 47.64%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=47.64%
G=46.07%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91881200.030.870.6457.7276.720.2
Hex5B58C0357403a4d14
Octal13313014031271007211524
Binary10110111011000110001110101111000000111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B580C; }

 p { color: rgb(91,88,12); }

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

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

 a { background-color: rgb(91,88,12); }

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

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

 span { border-color: rgb(91,88,12); }

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