#5B5D0F

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

Shades of Army green #5B5D0F

Tints of Army green #5B5D0F

Color information

#5B5D0F (or 0x5B5D0F) is unknown color: approx Army green. HEX triplet: 5B, 5D and 0F. RGB value is (91,93,15). Sum of RGB (Red+Green+Blue) = 91+93+15=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5D0F is #A4A2F0. Grayscale: #535353. Windows color (decimal): -10789617 or 1006939. OLE color: 1006939.

HSL color Cylindrical-coordinate representation of color #5B5D0F: hue angle of 61.54º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B5D0F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB919315-
CMYK0.0200.840.64
HSL61.54º72.22%21.18%-
HSV(B)61.54º83.87%36.47%-
XYZ8.3110.091.96-
YUV83.5189.34133.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=45.73%
G=46.73%
B=7.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9193150.0200.840.6461.5472.2221.18
Hex5B5DF2054403e4815
Octal13313517201241007611025
Binary10110111011101111110010101001000000111110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,93,15); }

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

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

 a { background-color: rgb(91,93,15); }

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

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

 span { border-color: rgb(91,93,15); }

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