Html Css Color HEX #595D14 Army green

📋 copy color: '#595D14'

red 89 ◦ green 93 ◦ blue 20

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

Shades of Army green #595D14

Tints of Army green #595D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

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

R = 44.06%
G = 46.04%
B = 9.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#595D14 (or 0x595D14) is known color: Army green. HEX triplet: 59, 5D and 14. RGB value is (89,93,20). Sum of RGB (Red+Green+Blue) = 89+93+20=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #595D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D14 is #A6A2EB. Grayscale: #535353. Windows color (decimal): -10920684 or 1334617. OLE color: 1334617.

HSL color Cylindrical-coordinate representation of color #595D14: hue angle of 63.29º degrees, saturation: 0.65, 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 #595D14 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 20 -
CMYK 0.04 0 0.78 0.64
HSL 63.29º 0.65% 0.22% -
HSV(B) 63.29º 0.78% 0.36% -
XYZ 8.16 10 2.16 -
YUV 83.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 89 93 20 0.04 0 0.78 0.64 63.29 0.65 0.22
Hex 59 5D 14 4 0 4E 40 3F 41 16
Octal 131 135 24 4 0 116 100 77 101 26
Binary 1011001 1011101 10100 100 0 1001110 1000000 111111 1000001 10110

Color Harmonies of #595D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D14

Black with #595D14

Text Example


Text Example

White with #595D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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