Html Css Color HEX #595914 Army green

📋 copy color: '#595914'

red 89 ◦ green 89 ◦ blue 20

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

Shades of Army green #595914

Tints of Army green #595914

RGB

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

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

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

R = 44.95%
G = 44.95%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#595914 (or 0x595914) is known color: Army green. HEX triplet: 59, 59 and 14. RGB value is (89,89,20). Sum of RGB (Red+Green+Blue) = 89+89+20=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595914 is #A6A6EB. Grayscale: #515151. Windows color (decimal): -10921708 or 1333593. OLE color: 1333593.

HSL color Cylindrical-coordinate representation of color #595914: hue angle of 60º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #595914 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 20 -
CMYK 0 0 0.78 0.65
HSL 60º 0.63% 0.21% -
HSV(B) 60º 0.78% 0.35% -
XYZ 7.82 9.32 2.05 -
YUV 81.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 89 89 20 0 0 0.78 0.65 60 0.63 0.21
Hex 59 59 14 0 0 4E 41 3C 3F 15
Octal 131 131 24 0 0 116 101 74 77 25
Binary 1011001 1011001 10100 0 0 1001110 1000001 111100 111111 10101

Color Harmonies of #595914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595914

Black with #595914

Text Example


Text Example

White with #595914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595914; }

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

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

background-color css

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

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

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

border-color css

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

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

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