Html Css Color HEX #535214 Army green

📋 copy color: '#535214'

red 83 ◦ green 82 ◦ blue 20

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

Shades of Army green #535214

Tints of Army green #535214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 44.86%
G = 44.32%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#535214 (or 0x535214) is known color: Army green. HEX triplet: 53, 52 and 14. RGB value is (83,82,20). Sum of RGB (Red+Green+Blue) = 83+82+20=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #535214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535214 is #ACADEB. Grayscale: #4B4B4B. Windows color (decimal): -11316716 or 1331795. OLE color: 1331795.

HSL color Cylindrical-coordinate representation of color #535214: hue angle of 59.05º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535214 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 20 -
CMYK 0 0.01 0.76 0.67
HSL 59.05º 0.61% 0.2% -
HSV(B) 59.05º 0.76% 0.33% -
XYZ 6.71 7.92 1.84 -
YUV 75.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 83 82 20 0 0.01 0.76 0.67 59.05 0.61 0.2
Hex 53 52 14 0 1 4C 43 3B 3D 14
Octal 123 122 24 0 1 114 103 73 75 24
Binary 1010011 1010010 10100 0 1 1001100 1000011 111011 111101 10100

Color Harmonies of #535214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535214

Black with #535214

Text Example


Text Example

White with #535214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535214; }

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

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

background-color css

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

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

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

border-color css

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

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

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