Html Css Color HEX #535015 Army green

📋 copy color: '#535015'

red 83 ◦ green 80 ◦ blue 21

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

Shades of Army green #535015

Tints of Army green #535015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 45.11%
G = 43.48%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#535015 (or 0x535015) is known color: Army green. HEX triplet: 53, 50 and 15. RGB value is (83,80,21). Sum of RGB (Red+Green+Blue) = 83+80+21=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #535015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535015 is #ACAFEA. Grayscale: #4A4A4A. Windows color (decimal): -11317227 or 1396819. OLE color: 1396819.

HSL color Cylindrical-coordinate representation of color #535015: hue angle of 57.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #535015 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 21 -
CMYK 0 0.04 0.75 0.67
HSL 57.1º 0.6% 0.2% -
HSV(B) 57.1º 0.75% 0.33% -
XYZ 6.57 7.63 1.84 -
YUV 74.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 83 80 21 0 0.04 0.75 0.67 57.1 0.6 0.2
Hex 53 50 15 0 4 4B 43 39 3C 14
Octal 123 120 25 0 4 113 103 71 74 24
Binary 1010011 1010000 10101 0 100 1001011 1000011 111001 111100 10100

Color Harmonies of #535015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535015

Black with #535015

Text Example


Text Example

White with #535015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535015; }

 p { color: rgb(83,80,21); }

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

background-color css

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

 a { background-color: rgb(83,80,21); }

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

border-color css

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

 span { border-color: rgb(83,80,21); }

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