Html Css Color HEX #5A590E Army green

📋 copy color: '#5A590E'

red 90 ◦ green 89 ◦ blue 14

#5A590E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #5A590E

Tints of Army green #5A590E

RGB

 RED value IS 90 (35.55% from 255) = 46.63%

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 46.63%
G = 46.11%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A590E (or 0x5A590E) is known color: Army green. HEX triplet: 5A, 59 and 0E. RGB value is (90,89,14). Sum of RGB (Red+Green+Blue) = 90+89+14=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A590E is #A5A6F1. Grayscale: #515151. Windows color (decimal): -10856178 or 940378. OLE color: 940378.

HSL color Cylindrical-coordinate representation of color #5A590E: hue angle of 59.21º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A590E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 89 14 -
CMYK 0 0.01 0.84 0.65
HSL 59.21º 0.73% 0.2% -
HSV(B) 59.21º 0.84% 0.35% -
XYZ 7.87 9.35 1.81 -
YUV 80.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 90 89 14 0 0.01 0.84 0.65 59.21 0.73 0.2
Hex 5A 59 E 0 1 54 41 3B 49 14
Octal 132 131 16 0 1 124 101 73 111 24
Binary 1011010 1011001 1110 0 1 1010100 1000001 111011 1001001 10100

Color Harmonies of #5A590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A590E

Black with #5A590E

Text Example


Text Example

White with #5A590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,89,14); }

 H1.HeaderClassName
 {
   color: #5A590E;
 }
 .AnyTagClassName
 {
   color: #5A590E;
 }
</style>

background-color css

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

 a { background-color: rgb(90,89,14); }

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

border-color css

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

 span { border-color: rgb(90,89,14); }

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