Html Css Color HEX #535313 Army green

📋 copy color: '#535313'

red 83 ◦ green 83 ◦ blue 19

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

Shades of Army green #535313

Tints of Army green #535313

RGB

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

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

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

R = 44.86%
G = 44.86%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#535313 (or 0x535313) is known color: Army green. HEX triplet: 53, 53 and 13. RGB value is (83,83,19). Sum of RGB (Red+Green+Blue) = 83+83+19=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535313 is #ACACEC. Grayscale: #4B4B4B. Windows color (decimal): -11316461 or 1266515. OLE color: 1266515.

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

Color convert

RGB 83 83 19 -
CMYK 0 0 0.77 0.67
HSL 60º 0.63% 0.2% -
HSV(B) 60º 0.77% 0.33% -
XYZ 6.78 8.07 1.82 -
YUV 75.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 83 83 19 0 0 0.77 0.67 60 0.63 0.2
Hex 53 53 13 0 0 4D 43 3C 3F 14
Octal 123 123 23 0 0 115 103 74 77 24
Binary 1010011 1010011 10011 0 0 1001101 1000011 111100 111111 10100

Color Harmonies of #535313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535313

Black with #535313

Text Example


Text Example

White with #535313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535313; }

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

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

background-color css

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

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

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

border-color css

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

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

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