Html Css Color HEX #575A1A Army green

📋 copy color: '#575A1A'

red 87 ◦ green 90 ◦ blue 26

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

Shades of Army green #575A1A

Tints of Army green #575A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 42.86%
G = 44.33%
B = 12.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#575A1A (or 0x575A1A) is known color: Army green. HEX triplet: 57, 5A and 1A. RGB value is (87,90,26). Sum of RGB (Red+Green+Blue) = 87+90+26=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #575A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A1A is #A8A5E5. Grayscale: #525252. Windows color (decimal): -11052518 or 1727063. OLE color: 1727063.

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

Color convert

RGB 87 90 26 -
CMYK 0.03 0 0.71 0.65
HSL 62.81º 0.55% 0.23% -
HSV(B) 62.81º 0.71% 0.35% -
XYZ 7.77 9.41 2.38 -
YUV 81.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 87 90 26 0.03 0 0.71 0.65 62.81 0.55 0.23
Hex 57 5A 1A 3 0 47 41 3F 37 17
Octal 127 132 32 3 0 107 101 77 67 27
Binary 1010111 1011010 11010 11 0 1000111 1000001 111111 110111 10111

Color Harmonies of #575A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A1A

Black with #575A1A

Text Example


Text Example

White with #575A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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