Html Css Color HEX #535117 Army green

📋 copy color: '#535117'

red 83 ◦ green 81 ◦ blue 23

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

Shades of Army green #535117

Tints of Army green #535117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 44.39%
G = 43.32%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#535117 (or 0x535117) is known color: Army green. HEX triplet: 53, 51 and 17. RGB value is (83,81,23). Sum of RGB (Red+Green+Blue) = 83+81+23=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #535117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535117 is #ACAEE8. Grayscale: #4B4B4B. Windows color (decimal): -11316969 or 1528147. OLE color: 1528147.

HSL color Cylindrical-coordinate representation of color #535117: hue angle of 58º 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 #535117 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 81 23 -
CMYK 0 0.02 0.72 0.67
HSL 58º 0.57% 0.21% -
HSV(B) 58º 0.72% 0.33% -
XYZ 6.66 7.79 1.96 -
YUV 74.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 83 81 23 0 0.02 0.72 0.67 58 0.57 0.21
Hex 53 51 17 0 2 48 43 3A 39 15
Octal 123 121 27 0 2 110 103 72 71 25
Binary 1010011 1010001 10111 0 10 1001000 1000011 111010 111001 10101

Color Harmonies of #535117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535117

Black with #535117

Text Example


Text Example

White with #535117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535117; }

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

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

background-color css

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

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

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

border-color css

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

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

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