Html Css Color HEX #53551A Army green

📋 copy color: '#53551A'

red 83 ◦ green 85 ◦ blue 26

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

Shades of Army green #53551A

Tints of Army green #53551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 42.78%
G = 43.81%
B = 13.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53551A (or 0x53551A) is known color: Army green. HEX triplet: 53, 55 and 1A. RGB value is (83,85,26). Sum of RGB (Red+Green+Blue) = 83+85+26=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #53551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53551A is #ACAAE5. Grayscale: #4D4D4D. Windows color (decimal): -11315942 or 1725779. OLE color: 1725779.

HSL color Cylindrical-coordinate representation of color #53551A: hue angle of 62.03º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53551A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 26 -
CMYK 0.02 0 0.69 0.67
HSL 62.03º 0.53% 0.22% -
HSV(B) 62.03º 0.69% 0.33% -
XYZ 7 8.41 2.23 -
YUV 77.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 83 85 26 0.02 0 0.69 0.67 62.03 0.53 0.22
Hex 53 55 1A 2 0 45 43 3E 35 16
Octal 123 125 32 2 0 105 103 76 65 26
Binary 1010011 1010101 11010 10 0 1000101 1000011 111110 110101 10110

Color Harmonies of #53551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53551A

Black with #53551A

Text Example


Text Example

White with #53551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53551A; }

 p { color: rgb(83,85,26); }

 H1.HeaderClassName
 {
   color: #53551A;
 }
 .AnyTagClassName
 {
   color: #53551A;
 }
</style>

background-color css

<style>
 a { background-color: #53551A; }

 a { background-color: rgb(83,85,26); }

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

border-color css

<style>
 span { border-color: #53551A; }

 span { border-color: rgb(83,85,26); }

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