Html Css Color HEX #53541C Army green

📋 copy color: '#53541C'

red 83 ◦ green 84 ◦ blue 28

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

Shades of Army green #53541C

Tints of Army green #53541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 42.56%
G = 43.08%
B = 14.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53541C (or 0x53541C) is known color: Army green. HEX triplet: 53, 54 and 1C. RGB value is (83,84,28). Sum of RGB (Red+Green+Blue) = 83+84+28=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #53541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53541C is #ACABE3. Grayscale: #4D4D4D. Windows color (decimal): -11316196 or 1856595. OLE color: 1856595.

HSL color Cylindrical-coordinate representation of color #53541C: hue angle of 61.07º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53541C is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 84 28 -
CMYK 0.01 0 0.67 0.67
HSL 61.07º 0.5% 0.22% -
HSV(B) 61.07º 0.67% 0.33% -
XYZ 6.95 8.26 2.33 -
YUV 77.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 83 84 28 0.01 0 0.67 0.67 61.07 0.5 0.22
Hex 53 54 1C 1 0 43 43 3D 32 16
Octal 123 124 34 1 0 103 103 75 62 26
Binary 1010011 1010100 11100 1 0 1000011 1000011 111101 110010 10110

Color Harmonies of #53541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53541C

Black with #53541C

Text Example


Text Example

White with #53541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53541C; }

 p { color: rgb(83,84,28); }

 H1.HeaderClassName
 {
   color: #53541C;
 }
 .AnyTagClassName
 {
   color: #53541C;
 }
</style>

background-color css

<style>
 a { background-color: #53541C; }

 a { background-color: rgb(83,84,28); }

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

border-color css

<style>
 span { border-color: #53541C; }

 span { border-color: rgb(83,84,28); }

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