Html Css Color HEX #595714 Army green

📋 copy color: '#595714'

red 89 ◦ green 87 ◦ blue 20

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

Shades of Army green #595714

Tints of Army green #595714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

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

R = 45.41%
G = 44.39%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#595714 (or 0x595714) is known color: Army green. HEX triplet: 59, 57 and 14. RGB value is (89,87,20). Sum of RGB (Red+Green+Blue) = 89+87+20=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #595714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595714 is #A6A8EB. Grayscale: #505050. Windows color (decimal): -10922220 or 1333081. OLE color: 1333081.

HSL color Cylindrical-coordinate representation of color #595714: hue angle of 58.26º 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 #595714 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 87 20 -
CMYK 0 0.02 0.78 0.65
HSL 58.26º 0.63% 0.21% -
HSV(B) 58.26º 0.78% 0.35% -
XYZ 7.65 8.99 1.99 -
YUV 79.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 89 87 20 0 0.02 0.78 0.65 58.26 0.63 0.21
Hex 59 57 14 0 2 4E 41 3A 3F 15
Octal 131 127 24 0 2 116 101 72 77 25
Binary 1011001 1010111 10100 0 10 1001110 1000001 111010 111111 10101

Color Harmonies of #595714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595714

Black with #595714

Text Example


Text Example

White with #595714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595714; }

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

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

background-color css

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

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

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

border-color css

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

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

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