Html Css Color HEX #595B14 Army green

📋 copy color: '#595B14'

red 89 ◦ green 91 ◦ blue 20

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

Shades of Army green #595B14

Tints of Army green #595B14

RGB

 RED value IS 89 (35.16% from 255) = 44.5%

 GREEN value IS 91 (35.94% from 255) = 45.5%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 44.5%
G = 45.5%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#595B14 (or 0x595B14) is known color: Army green. HEX triplet: 59, 5B and 14. RGB value is (89,91,20). Sum of RGB (Red+Green+Blue) = 89+91+20=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #595B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595B14 is #A6A4EB. Grayscale: #525252. Windows color (decimal): -10921196 or 1334105. OLE color: 1334105.

HSL color Cylindrical-coordinate representation of color #595B14: hue angle of 61.69º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #595B14 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 91 20 -
CMYK 0.02 0 0.78 0.64
HSL 61.69º 0.64% 0.22% -
HSV(B) 61.69º 0.78% 0.36% -
XYZ 7.99 9.66 2.1 -
YUV 82.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 89 91 20 0.02 0 0.78 0.64 61.69 0.64 0.22
Hex 59 5B 14 2 0 4E 40 3E 40 16
Octal 131 133 24 2 0 116 100 76 100 26
Binary 1011001 1011011 10100 10 0 1001110 1000000 111110 1000000 10110

Color Harmonies of #595B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595B14

Black with #595B14

Text Example


Text Example

White with #595B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595B14; }

 p { color: rgb(89,91,20); }

 H1.HeaderClassName
 {
   color: #595B14;
 }
 .AnyTagClassName
 {
   color: #595B14;
 }
</style>

background-color css

<style>
 a { background-color: #595B14; }

 a { background-color: rgb(89,91,20); }

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

border-color css

<style>
 span { border-color: #595B14; }

 span { border-color: rgb(89,91,20); }

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