Html Css Color HEX #575F14 Army green

📋 copy color: '#575F14'

red 87 ◦ green 95 ◦ blue 20

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

Shades of Army green #575F14

Tints of Army green #575F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.03%

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

R = 43.07%
G = 47.03%
B = 9.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#575F14 (or 0x575F14) is known color: Army green. HEX triplet: 57, 5F and 14. RGB value is (87,95,20). Sum of RGB (Red+Green+Blue) = 87+95+20=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #575F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F14 is #A8A0EB. Grayscale: #545454. Windows color (decimal): -11051244 or 1335127. OLE color: 1335127.

HSL color Cylindrical-coordinate representation of color #575F14: hue angle of 66.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575F14 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 20 -
CMYK 0.08 0 0.79 0.63
HSL 66.4º 0.65% 0.23% -
HSV(B) 66.4º 0.79% 0.37% -
XYZ 8.15 10.26 2.21 -
YUV 84.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 87 95 20 0.08 0 0.79 0.63 66.4 0.65 0.23
Hex 57 5F 14 8 0 4F 3F 42 41 17
Octal 127 137 24 10 0 117 77 102 101 27
Binary 1010111 1011111 10100 1000 0 1001111 111111 1000010 1000001 10111

Color Harmonies of #575F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F14

Black with #575F14

Text Example


Text Example

White with #575F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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