Html Css Color HEX #53551F Army green

📋 copy color: '#53551F'

red 83 ◦ green 85 ◦ blue 31

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

Shades of Army green #53551F

Tints of Army green #53551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 41.71%
G = 42.71%
B = 15.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53551F (or 0x53551F) is known color: Army green. HEX triplet: 53, 55 and 1F. RGB value is (83,85,31). Sum of RGB (Red+Green+Blue) = 83+85+31=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #53551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53551F is #ACAAE0. Grayscale: #4E4E4E. Windows color (decimal): -11315937 or 2053459. OLE color: 2053459.

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

Color convert

RGB 83 85 31 -
CMYK 0.02 0 0.64 0.67
HSL 62.22º 0.47% 0.23% -
HSV(B) 62.22º 0.64% 0.33% -
XYZ 7.06 8.43 2.55 -
YUV 78.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 83 85 31 0.02 0 0.64 0.67 62.22 0.47 0.23
Hex 53 55 1F 2 0 40 43 3E 2F 17
Octal 123 125 37 2 0 100 103 76 57 27
Binary 1010011 1010101 11111 10 0 1000000 1000011 111110 101111 10111

Color Harmonies of #53551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53551F

Black with #53551F

Text Example


Text Example

White with #53551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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