Html Css Color HEX #575F19 Army green

📋 copy color: '#575F19'

red 87 ◦ green 95 ◦ blue 25

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

Shades of Army green #575F19

Tints of Army green #575F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 42.03%
G = 45.89%
B = 12.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#575F19 (or 0x575F19) is known color: Army green. HEX triplet: 57, 5F and 19. RGB value is (87,95,25). Sum of RGB (Red+Green+Blue) = 87+95+25=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #575F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575F19 is #A8A0E6. Grayscale: #545454. Windows color (decimal): -11051239 or 1662807. OLE color: 1662807.

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

Color convert

RGB 87 95 25 -
CMYK 0.08 0 0.74 0.63
HSL 66.86º 0.58% 0.24% -
HSV(B) 66.86º 0.74% 0.37% -
XYZ 8.2 10.28 2.47 -
YUV 84.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 87 95 25 0.08 0 0.74 0.63 66.86 0.58 0.24
Hex 57 5F 19 8 0 4A 3F 43 3A 18
Octal 127 137 31 10 0 112 77 103 72 30
Binary 1010111 1011111 11001 1000 0 1001010 111111 1000011 111010 11000

Color Harmonies of #575F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F19

Black with #575F19

Text Example


Text Example

White with #575F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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