#5B5A10

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

Shades of Army green #5B5A10

Tints of Army green #5B5A10

Color information

#5B5A10 (or 0x5B5A10) is unknown color: approx Army green. HEX triplet: 5B, 5A and 10. RGB value is (91,90,16). Sum of RGB (Red+Green+Blue) = 91+90+16=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5A10 is #A4A5EF. Grayscale: #525252. Windows color (decimal): -10790384 or 1071707. OLE color: 1071707.

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

Color convert

RGB919016-
CMYK00.010.820.64
HSL59.2º70.09%20.98%-
HSV(B)59.2º82.42%35.69%-
XYZ8.069.571.91-
YUV81.8690.83134.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.19%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=46.19%
G=45.69%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91901600.010.820.6459.270.0920.98
Hex5B5A100152403b4615
Octal13313220011221007310625
Binary10110111011010100000110100101000000111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,16); }

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

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

 a { background-color: rgb(91,90,16); }

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

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

 span { border-color: rgb(91,90,16); }

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