Html Css Color HEX #575F1A Army green

📋 copy color: '#575F1A'

red 87 ◦ green 95 ◦ blue 26

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

Shades of Army green #575F1A

Tints of Army green #575F1A

RGB

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

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

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

R = 41.83%
G = 45.67%
B = 12.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#575F1A (or 0x575F1A) is known color: Army green. HEX triplet: 57, 5F and 1A. RGB value is (87,95,26). Sum of RGB (Red+Green+Blue) = 87+95+26=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #575F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F1A is #A8A0E5. Grayscale: #555555. Windows color (decimal): -11051238 or 1728343. OLE color: 1728343.

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

Color convert

RGB 87 95 26 -
CMYK 0.08 0 0.73 0.63
HSL 66.96º 0.57% 0.24% -
HSV(B) 66.96º 0.73% 0.37% -
XYZ 8.21 10.29 2.53 -
YUV 84.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 87 95 26 0.08 0 0.73 0.63 66.96 0.57 0.24
Hex 57 5F 1A 8 0 49 3F 43 39 18
Octal 127 137 32 10 0 111 77 103 71 30
Binary 1010111 1011111 11010 1000 0 1001001 111111 1000011 111001 11000

Color Harmonies of #575F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F1A

Black with #575F1A

Text Example


Text Example

White with #575F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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