Html Css Color HEX #535011 Army green

📋 copy color: '#535011'

red 83 ◦ green 80 ◦ blue 17

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

Shades of Army green #535011

Tints of Army green #535011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 46.11%
G = 44.44%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#535011 (or 0x535011) is known color: Army green. HEX triplet: 53, 50 and 11. RGB value is (83,80,17). Sum of RGB (Red+Green+Blue) = 83+80+17=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #535011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535011 is #ACAFEE. Grayscale: #494949. Windows color (decimal): -11317231 or 1134675. OLE color: 1134675.

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

Color convert

RGB 83 80 17 -
CMYK 0 0.04 0.80 0.67
HSL 57.27º 0.66% 0.2% -
HSV(B) 57.27º 0.8% 0.33% -
XYZ 6.54 7.62 1.66 -
YUV 73.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 83 80 17 0 0.04 0.80 0.67 57.27 0.66 0.2
Hex 53 50 11 0 4 50 43 39 42 14
Octal 123 120 21 0 4 120 103 71 102 24
Binary 1010011 1010000 10001 0 100 1010000 1000011 111001 1000010 10100

Color Harmonies of #535011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535011

Black with #535011

Text Example


Text Example

White with #535011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535011; }

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

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

background-color css

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

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

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

border-color css

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

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

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