Html Css Color HEX #535016 Army green

📋 copy color: '#535016'

red 83 ◦ green 80 ◦ blue 22

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

Shades of Army green #535016

Tints of Army green #535016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 44.86%
G = 43.24%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#535016 (or 0x535016) is known color: Army green. HEX triplet: 53, 50 and 16. RGB value is (83,80,22). Sum of RGB (Red+Green+Blue) = 83+80+22=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #535016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535016 is #ACAFE9. Grayscale: #4A4A4A. Windows color (decimal): -11317226 or 1462355. OLE color: 1462355.

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

Color convert

RGB 83 80 22 -
CMYK 0 0.04 0.73 0.67
HSL 57.05º 0.58% 0.21% -
HSV(B) 57.05º 0.73% 0.33% -
XYZ 6.58 7.63 1.89 -
YUV 74.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 83 80 22 0 0.04 0.73 0.67 57.05 0.58 0.21
Hex 53 50 16 0 4 49 43 39 3A 15
Octal 123 120 26 0 4 111 103 71 72 25
Binary 1010011 1010000 10110 0 100 1001001 1000011 111001 111010 10101

Color Harmonies of #535016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535016

Black with #535016

Text Example


Text Example

White with #535016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535016; }

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

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

background-color css

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

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

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

border-color css

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

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

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