Html Css Color HEX #56530E Army green

📋 copy color: '#56530E'

red 86 ◦ green 83 ◦ blue 14

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

Shades of Army green #56530E

Tints of Army green #56530E

RGB

 RED value IS 86 (33.98% from 255) = 46.99%

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

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

R = 46.99%
G = 45.36%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56530E (or 0x56530E) is known color: Army green. HEX triplet: 56, 53 and 0E. RGB value is (86,83,14). Sum of RGB (Red+Green+Blue) = 86+83+14=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56530E is #A9ACF1. Grayscale: #4C4C4C. Windows color (decimal): -11119858 or 938838. OLE color: 938838.

HSL color Cylindrical-coordinate representation of color #56530E: hue angle of 57.5º 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 #56530E is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 83 14 -
CMYK 0 0.03 0.84 0.66
HSL 57.5º 0.72% 0.2% -
HSV(B) 57.5º 0.84% 0.34% -
XYZ 7.01 8.2 1.63 -
YUV 76.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 86 83 14 0 0.03 0.84 0.66 57.5 0.72 0.2
Hex 56 53 E 0 3 54 42 3A 48 14
Octal 126 123 16 0 3 124 102 72 110 24
Binary 1010110 1010011 1110 0 11 1010100 1000010 111010 1001000 10100

Color Harmonies of #56530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56530E

Black with #56530E

Text Example


Text Example

White with #56530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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