Html Css Color HEX #535014 Army green

📋 copy color: '#535014'

red 83 ◦ green 80 ◦ blue 20

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

Shades of Army green #535014

Tints of Army green #535014

RGB

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

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

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

R = 45.36%
G = 43.72%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#535014 (or 0x535014) is known color: Army green. HEX triplet: 53, 50 and 14. RGB value is (83,80,20). Sum of RGB (Red+Green+Blue) = 83+80+20=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #535014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535014 is #ACAFEB. Grayscale: #4A4A4A. Windows color (decimal): -11317228 or 1331283. OLE color: 1331283.

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

Color convert

RGB 83 80 20 -
CMYK 0 0.04 0.76 0.67
HSL 57.14º 0.61% 0.2% -
HSV(B) 57.14º 0.76% 0.33% -
XYZ 6.56 7.63 1.79 -
YUV 74.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 83 80 20 0 0.04 0.76 0.67 57.14 0.61 0.2
Hex 53 50 14 0 4 4C 43 39 3D 14
Octal 123 120 24 0 4 114 103 71 75 24
Binary 1010011 1010000 10100 0 100 1001100 1000011 111001 111101 10100

Color Harmonies of #535014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535014

Black with #535014

Text Example


Text Example

White with #535014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535014; }

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

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

background-color css

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

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

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

border-color css

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

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

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