Html Css Color HEX #56581E Army green

📋 copy color: '#56581E'

red 86 ◦ green 88 ◦ blue 30

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

Shades of Army green #56581E

Tints of Army green #56581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 42.16%
G = 43.14%
B = 14.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#56581E (or 0x56581E) is known color: Army green. HEX triplet: 56, 58 and 1E. RGB value is (86,88,30). Sum of RGB (Red+Green+Blue) = 86+88+30=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #56581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56581E is #A9A7E1. Grayscale: #515151. Windows color (decimal): -11118562 or 1988694. OLE color: 1988694.

HSL color Cylindrical-coordinate representation of color #56581E: hue angle of 62.07º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56581E is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 30 -
CMYK 0.02 0 0.66 0.65
HSL 62.07º 0.49% 0.23% -
HSV(B) 62.07º 0.66% 0.35% -
XYZ 7.56 9.05 2.58 -
YUV 80.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 86 88 30 0.02 0 0.66 0.65 62.07 0.49 0.23
Hex 56 58 1E 2 0 42 41 3E 31 17
Octal 126 130 36 2 0 102 101 76 61 27
Binary 1010110 1011000 11110 10 0 1000010 1000001 111110 110001 10111

Color Harmonies of #56581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56581E

Black with #56581E

Text Example


Text Example

White with #56581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,88,30); }

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

background-color css

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

 a { background-color: rgb(86,88,30); }

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

border-color css

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

 span { border-color: rgb(86,88,30); }

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