Html Css Color HEX #575A1C Army green

📋 copy color: '#575A1C'

red 87 ◦ green 90 ◦ blue 28

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

Shades of Army green #575A1C

Tints of Army green #575A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.9%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 42.44%
G = 43.9%
B = 13.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#575A1C (or 0x575A1C) is known color: Army green. HEX triplet: 57, 5A and 1C. RGB value is (87,90,28). Sum of RGB (Red+Green+Blue) = 87+90+28=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #575A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A1C is #A8A5E3. Grayscale: #525252. Windows color (decimal): -11052516 or 1858135. OLE color: 1858135.

HSL color Cylindrical-coordinate representation of color #575A1C: hue angle of 62.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #575A1C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 28 -
CMYK 0.03 0 0.69 0.65
HSL 62.9º 0.53% 0.23% -
HSV(B) 62.9º 0.69% 0.35% -
XYZ 7.8 9.42 2.51 -
YUV 82.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 87 90 28 0.03 0 0.69 0.65 62.9 0.53 0.23
Hex 57 5A 1C 3 0 45 41 3F 35 17
Octal 127 132 34 3 0 105 101 77 65 27
Binary 1010111 1011010 11100 11 0 1000101 1000001 111111 110101 10111

Color Harmonies of #575A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A1C

Black with #575A1C

Text Example


Text Example

White with #575A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,28); }

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

background-color css

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

 a { background-color: rgb(87,90,28); }

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

border-color css

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

 span { border-color: rgb(87,90,28); }

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