Html Css Color HEX #58540D Army green

📋 copy color: '#58540D'

red 88 ◦ green 84 ◦ blue 13

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

Shades of Army green #58540D

Tints of Army green #58540D

RGB

 RED value IS 88 (34.77% from 255) = 47.57%

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 47.57%
G = 45.41%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#58540D (or 0x58540D) is known color: Army green. HEX triplet: 58, 54 and 0D. RGB value is (88,84,13). Sum of RGB (Red+Green+Blue) = 88+84+13=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58540D is #A7ABF2. Grayscale: #4D4D4D. Windows color (decimal): -10988531 or 873560. OLE color: 873560.

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

Color convert

RGB 88 84 13 -
CMYK 0 0.05 0.85 0.65
HSL 56.8º 0.74% 0.2% -
HSV(B) 56.8º 0.85% 0.35% -
XYZ 7.27 8.44 1.63 -
YUV 77.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 88 84 13 0 0.05 0.85 0.65 56.8 0.74 0.2
Hex 58 54 D 0 5 55 41 39 4A 14
Octal 130 124 15 0 5 125 101 71 112 24
Binary 1011000 1010100 1101 0 101 1010101 1000001 111001 1001010 10100

Color Harmonies of #58540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58540D

Black with #58540D

Text Example


Text Example

White with #58540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,84,13); }

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

background-color css

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

 a { background-color: rgb(88,84,13); }

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

border-color css

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

 span { border-color: rgb(88,84,13); }

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