Html Css Color HEX #535013 Army green

📋 copy color: '#535013'

red 83 ◦ green 80 ◦ blue 19

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

Shades of Army green #535013

Tints of Army green #535013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 45.6%
G = 43.96%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#535013 (or 0x535013) is known color: Army green. HEX triplet: 53, 50 and 13. RGB value is (83,80,19). Sum of RGB (Red+Green+Blue) = 83+80+19=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #535013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535013 is #ACAFEC. Grayscale: #4A4A4A. Windows color (decimal): -11317229 or 1265747. OLE color: 1265747.

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

Color convert

RGB 83 80 19 -
CMYK 0 0.04 0.77 0.67
HSL 57.19º 0.63% 0.2% -
HSV(B) 57.19º 0.77% 0.33% -
XYZ 6.55 7.62 1.74 -
YUV 73.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 83 80 19 0 0.04 0.77 0.67 57.19 0.63 0.2
Hex 53 50 13 0 4 4D 43 39 3F 14
Octal 123 120 23 0 4 115 103 71 77 24
Binary 1010011 1010000 10011 0 100 1001101 1000011 111001 111111 10100

Color Harmonies of #535013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535013

Black with #535013

Text Example


Text Example

White with #535013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535013; }

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

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

background-color css

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

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

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

border-color css

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

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

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