Html Css Color HEX #535519 Army green

📋 copy color: '#535519'

red 83 ◦ green 85 ◦ blue 25

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

Shades of Army green #535519

Tints of Army green #535519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 43.01%
G = 44.04%
B = 12.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#535519 (or 0x535519) is known color: Army green. HEX triplet: 53, 55 and 19. RGB value is (83,85,25). Sum of RGB (Red+Green+Blue) = 83+85+25=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #535519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535519 is #ACAAE6. Grayscale: #4D4D4D. Windows color (decimal): -11315943 or 1660243. OLE color: 1660243.

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

Color convert

RGB 83 85 25 -
CMYK 0.02 0 0.71 0.67
HSL 62º 0.55% 0.22% -
HSV(B) 62º 0.71% 0.33% -
XYZ 6.99 8.41 2.17 -
YUV 77.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 83 85 25 0.02 0 0.71 0.67 62 0.55 0.22
Hex 53 55 19 2 0 47 43 3E 37 16
Octal 123 125 31 2 0 107 103 76 67 26
Binary 1010011 1010101 11001 10 0 1000111 1000011 111110 110111 10110

Color Harmonies of #535519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535519

Black with #535519

Text Example


Text Example

White with #535519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535519; }

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

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

background-color css

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

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

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

border-color css

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

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

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