Html Css Color HEX #57530E Army green

📋 copy color: '#57530E'

red 87 ◦ green 83 ◦ blue 14

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

Shades of Army green #57530E

Tints of Army green #57530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

 BLUE value IS 14 (5.86% from 255) = 7.61%

R = 47.28%
G = 45.11%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57530E (or 0x57530E) is known color: Army green. HEX triplet: 57, 53 and 0E. RGB value is (87,83,14). Sum of RGB (Red+Green+Blue) = 87+83+14=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530E is #A8ACF1. Grayscale: #4C4C4C. Windows color (decimal): -11054322 or 938839. OLE color: 938839.

HSL color Cylindrical-coordinate representation of color #57530E: hue angle of 56.71º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57530E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 14 -
CMYK 0 0.05 0.84 0.66
HSL 56.71º 0.72% 0.2% -
HSV(B) 56.71º 0.84% 0.34% -
XYZ 7.1 8.24 1.63 -
YUV 76.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 87 83 14 0 0.05 0.84 0.66 56.71 0.72 0.2
Hex 57 53 E 0 5 54 42 39 48 14
Octal 127 123 16 0 5 124 102 71 110 24
Binary 1010111 1010011 1110 0 101 1010100 1000010 111001 1001000 10100

Color Harmonies of #57530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57530E

Black with #57530E

Text Example


Text Example

White with #57530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57530E; }

 p { color: rgb(87,83,14); }

 H1.HeaderClassName
 {
   color: #57530E;
 }
 .AnyTagClassName
 {
   color: #57530E;
 }
</style>

background-color css

<style>
 a { background-color: #57530E; }

 a { background-color: rgb(87,83,14); }

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

border-color css

<style>
 span { border-color: #57530E; }

 span { border-color: rgb(87,83,14); }

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