Html Css Color HEX #575A14 Army green

📋 copy color: '#575A14'

red 87 ◦ green 90 ◦ blue 20

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

Shades of Army green #575A14

Tints of Army green #575A14

RGB

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

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

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

R = 44.16%
G = 45.69%
B = 10.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#575A14 (or 0x575A14) is known color: Army green. HEX triplet: 57, 5A and 14. RGB value is (87,90,20). Sum of RGB (Red+Green+Blue) = 87+90+20=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #575A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A14 is #A8A5EB. Grayscale: #515151. Windows color (decimal): -11052524 or 1333847. OLE color: 1333847.

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

Color convert

RGB 87 90 20 -
CMYK 0.03 0 0.78 0.65
HSL 62.57º 0.64% 0.22% -
HSV(B) 62.57º 0.78% 0.35% -
XYZ 7.71 9.39 2.07 -
YUV 81.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 87 90 20 0.03 0 0.78 0.65 62.57 0.64 0.22
Hex 57 5A 14 3 0 4E 41 3F 40 16
Octal 127 132 24 3 0 116 101 77 100 26
Binary 1010111 1011010 10100 11 0 1001110 1000001 111111 1000000 10110

Color Harmonies of #575A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A14

Black with #575A14

Text Example


Text Example

White with #575A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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