Html Css Color HEX #57530D Army green

📋 copy color: '#57530D'

red 87 ◦ green 83 ◦ blue 13

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

Shades of Army green #57530D

Tints of Army green #57530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 47.54%
G = 45.36%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57530D (or 0x57530D) is known color: Army green. HEX triplet: 57, 53 and 0D. RGB value is (87,83,13). Sum of RGB (Red+Green+Blue) = 87+83+13=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530D is #A8ACF2. Grayscale: #4C4C4C. Windows color (decimal): -11054323 or 873303. OLE color: 873303.

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

Color convert

RGB 87 83 13 -
CMYK 0 0.05 0.85 0.66
HSL 56.76º 0.74% 0.2% -
HSV(B) 56.76º 0.85% 0.34% -
XYZ 7.1 8.24 1.6 -
YUV 76.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 87 83 13 0 0.05 0.85 0.66 56.76 0.74 0.2
Hex 57 53 D 0 5 55 42 39 4A 14
Octal 127 123 15 0 5 125 102 71 112 24
Binary 1010111 1010011 1101 0 101 1010101 1000010 111001 1001010 10100

Color Harmonies of #57530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57530D

Black with #57530D

Text Example


Text Example

White with #57530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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