Html Css Color HEX #575914 Army green

📋 copy color: '#575914'

red 87 ◦ green 89 ◦ blue 20

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

Shades of Army green #575914

Tints of Army green #575914

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 87 89 20 -
CMYK 0.02 0 0.78 0.65
HSL 61.74º 0.63% 0.21% -
HSV(B) 61.74º 0.78% 0.35% -
XYZ 7.63 9.22 2.04 -
YUV 80.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 87 89 20 0.02 0 0.78 0.65 61.74 0.63 0.21
Hex 57 59 14 2 0 4E 41 3E 3F 15
Octal 127 131 24 2 0 116 101 76 77 25
Binary 1010111 1011001 10100 10 0 1001110 1000001 111110 111111 10101

Color Harmonies of #575914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575914

Black with #575914

Text Example


Text Example

White with #575914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575914; }

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

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

background-color css

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

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

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

border-color css

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

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

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