Html Css Color HEX #535017 Army green

📋 copy color: '#535017'

red 83 ◦ green 80 ◦ blue 23

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

Shades of Army green #535017

Tints of Army green #535017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 44.62%
G = 43.01%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#535017 (or 0x535017) is known color: Army green. HEX triplet: 53, 50 and 17. RGB value is (83,80,23). Sum of RGB (Red+Green+Blue) = 83+80+23=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #535017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535017 is #ACAFE8. Grayscale: #4A4A4A. Windows color (decimal): -11317225 or 1527891. OLE color: 1527891.

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

Color convert

RGB 83 80 23 -
CMYK 0 0.04 0.72 0.67
HSL 57º 0.57% 0.21% -
HSV(B) 57º 0.72% 0.33% -
XYZ 6.59 7.64 1.94 -
YUV 74.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 83 80 23 0 0.04 0.72 0.67 57 0.57 0.21
Hex 53 50 17 0 4 48 43 39 39 15
Octal 123 120 27 0 4 110 103 71 71 25
Binary 1010011 1010000 10111 0 100 1001000 1000011 111001 111001 10101

Color Harmonies of #535017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535017

Black with #535017

Text Example


Text Example

White with #535017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535017; }

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

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

background-color css

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

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

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

border-color css

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

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

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