Html Css Color HEX #535211 Army green

📋 copy color: '#535211'

red 83 ◦ green 82 ◦ blue 17

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

Shades of Army green #535211

Tints of Army green #535211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

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

R = 45.6%
G = 45.05%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#535211 (or 0x535211) is known color: Army green. HEX triplet: 53, 52 and 11. RGB value is (83,82,17). Sum of RGB (Red+Green+Blue) = 83+82+17=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #535211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535211 is #ACADEE. Grayscale: #4B4B4B. Windows color (decimal): -11316719 or 1135187. OLE color: 1135187.

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

Color convert

RGB 83 82 17 -
CMYK 0 0.01 0.80 0.67
HSL 59.09º 0.66% 0.2% -
HSV(B) 59.09º 0.8% 0.33% -
XYZ 6.69 7.91 1.71 -
YUV 74.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 83 82 17 0 0.01 0.80 0.67 59.09 0.66 0.2
Hex 53 52 11 0 1 50 43 3B 42 14
Octal 123 122 21 0 1 120 103 73 102 24
Binary 1010011 1010010 10001 0 1 1010000 1000011 111011 1000010 10100

Color Harmonies of #535211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535211

Black with #535211

Text Example


Text Example

White with #535211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535211; }

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

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

background-color css

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

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

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

border-color css

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

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

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