Html Css Color HEX #53581D Army green

📋 copy color: '#53581D'

red 83 ◦ green 88 ◦ blue 29

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

Shades of Army green #53581D

Tints of Army green #53581D

RGB

 RED value IS 83 (32.81% from 255) = 41.5%

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 41.5%
G = 44%
B = 14.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#53581D (or 0x53581D) is known color: Army green. HEX triplet: 53, 58 and 1D. RGB value is (83,88,29). Sum of RGB (Red+Green+Blue) = 83+88+29=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #53581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53581D is #ACA7E2. Grayscale: #505050. Windows color (decimal): -11315171 or 1923155. OLE color: 1923155.

HSL color Cylindrical-coordinate representation of color #53581D: hue angle of 65.08º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53581D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 29 -
CMYK 0.06 0 0.67 0.65
HSL 65.08º 0.5% 0.23% -
HSV(B) 65.08º 0.67% 0.35% -
XYZ 7.28 8.91 2.5 -
YUV 79.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 83 88 29 0.06 0 0.67 0.65 65.08 0.5 0.23
Hex 53 58 1D 6 0 43 41 41 32 17
Octal 123 130 35 6 0 103 101 101 62 27
Binary 1010011 1011000 11101 110 0 1000011 1000001 1000001 110010 10111

Color Harmonies of #53581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53581D

Black with #53581D

Text Example


Text Example

White with #53581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,88,29); }

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

background-color css

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

 a { background-color: rgb(83,88,29); }

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

border-color css

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

 span { border-color: rgb(83,88,29); }

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