Html Css Color HEX #575F15 Army green

📋 copy color: '#575F15'

red 87 ◦ green 95 ◦ blue 21

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

Shades of Army green #575F15

Tints of Army green #575F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 42.86%
G = 46.8%
B = 10.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#575F15 (or 0x575F15) is known color: Army green. HEX triplet: 57, 5F and 15. RGB value is (87,95,21). Sum of RGB (Red+Green+Blue) = 87+95+21=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #575F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F15 is #A8A0EA. Grayscale: #545454. Windows color (decimal): -11051243 or 1400663. OLE color: 1400663.

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

Color convert

RGB 87 95 21 -
CMYK 0.08 0 0.78 0.63
HSL 66.49º 0.64% 0.23% -
HSV(B) 66.49º 0.78% 0.37% -
XYZ 8.16 10.26 2.26 -
YUV 84.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 87 95 21 0.08 0 0.78 0.63 66.49 0.64 0.23
Hex 57 5F 15 8 0 4E 3F 42 40 17
Octal 127 137 25 10 0 116 77 102 100 27
Binary 1010111 1011111 10101 1000 0 1001110 111111 1000010 1000000 10111

Color Harmonies of #575F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F15

Black with #575F15

Text Example


Text Example

White with #575F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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